body 
{ 
	margin:0px auto;
	background-color: white; 
    /*BACKGROUND-COLOR: #E8F1FA;*/
	FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Georgia;
	padding: 0px;
    /*COLOR: #323232;*/
}

/*table
{
	width: 100%;
}*/

textarea
{
	/*width:250px;*/
	font:12px/11px Verdana, Georgia;
	color:#00f;
	padding:3px;
	margin:1px 0;
	border:1px solid #bbb;
}

input.text,text
{ 
	width:250px;
	font:12px/11px verdana,georgia,times,serif;
	color:#00f;
	padding:3px;
	margin:1px 0;
	border:1px solid #bbb;
}

input.submit
{
	padding:2px 5px;
	font:bold 11px/11px verdana,georgia,times,serif;
}

.text-bold
{
    FONT-WEIGHT: bolder;
}

.text-small
{
	font-size: 9px;
}

.text-red
{
    FONT-WEIGHT: bolder;
	color: red;
}

.text-light-blue
{
	color: #E8F1FA;
}

.text-dark-blue
{
	color: #13749E;
}

hr
{
	height: 1px;
	color: #13749E;
	padding: 0px;
}

h2
{
	font-size: 12pt;
	font-weight: bolder;
	padding: 0px;

}
a img 
{
	border: 0;
}

/*
background-color: #E8F1FA;
border-top: 0px solid #0E7582cc;
border-bottom: 5px solid #13749E;
text-decoration: none;
background-color:#fff;
color: #0D5DA8;
color: #AADCF2;
border-bottom:1px solid #13749E;
color: #13749E;
vertical-align: top;		

Background Light Color : #E8F1FA
Dark Color : #13749E
*/

/*fieldset { border:0;margin:0;padding:0; }
label { display:block; }*/

/*body
{
	color: #000;
	text-align: center;
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0; 
	padding: 0;
	height: 100%


#page {margin:0px auto 0 auto;padding:0px;width:100%;text-align: left;}

#all
{
	position: absolute;
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align:left;
	background-color: tan
}

#content
{

	width: 100%;
	background-color: yellow
}

#header
{

	width: 100%;
	background-color: tan;

	height: 80px
}

#logo
{
	position: absolute;
	width: 20%;
	height: 80px;
	background: red;
	text-align: center
}

#title
{
	position: absolute;
	left:20%;
	width: 80%;
	height: 80px;
	background: blue;
	text-align: center
}

#footer
{
	width: 100%;
	height: 11px;
	background-color: green;
	font-family: verdana;
	font-size: 11px
}

#main
{
	position: absolute;
	width: 80%;
	background-color: white
}
#right
{
	position: absolute;
	left: 80%;
	width: 20%;
	background-color: brown
}*/