/* GENERAL RESET ==============================================================================================================*/

html {
	xxxheight: 100.3%; 
	font-size: 62.5%;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #222222;
}

* {
	margin: 0; 
	padding: 0; 
	border: 0;
}

* html {
	margin: 0; 
	padding: 0; 
	border: 0;
}

h1, h2, h3, h4, h5, h6 {}

a {
	color: #8C0D1D;
	text-decoration: none;
}

a:link {}
a:visited {}
a:hover {}
a:active {}


/* SPECIFIC FIELD CONTROL =====================================================================================================*/

.inputbox	{
		background-color: #EAE8E4;
	        border-bottom: 1px solid #4A526B; 
	        border-right: 1px solid #4A526B; 
	        border-left: 1px solid #FFFFFF;
		}	

.inputarea	{
		background-color: #EAE8E4;
		}	

select		{
		font-size: 1.0em;
	        border: 1px solid #C6C6B7;
		}
	
input		{
		font-size: 1.0em;
	        border: 1px solid #C6C6B7;
		}
	


/* WRAPPER ====================================================================================================================*/
div#wrapper {
	text-align: left;
}


/* LOGO =======================================================================================================================*/
div#logo {
	display: none;
}

div#logo-left {
	display: none;
}

div#logo-right {
	display: none;
}


/* TITLEBAR ====================================================================================================================*/
div#titlebar {
	display: none;
}

div#titlebar-left {
	display: none;
}

div#titlebar-right {
	display: none;
}


/* MENU ======================================================================================================================*/
div#menu {
	display: none;
}
	

/* ICON ======================================================================================================================*/
div#iconbar {
	display: none;
}
	

/* HEADER ======================================================================================================================*/
div#header {
	display: none;
}

div#headercontent {
	display: none;
}


/* CONTENT ======================================================================================================================*/
div#page {
	padding: 150px 4px;
	overflow: auto;
}







/* SIDEBAR RIGHT =============================================================================================================*/
div#sidebar {
	display: none;
}

div#boxtitle {
	display: none;
}

div#boxsubtitle {
	display: none;
}

div#boxcontent {
	display: none;
}




/* FOOTER ===================================================================================================================*/
div#footer {
	display: none;
}

div#footer-left {
	display: none;
}

div#footer-right {
	display: none;
}



/* DEFLOAT ===================================================================================================================*/
.defloat {clear: both;}



/* EOF =======================================================================================================================*/