/* CSS Document */

body{
margin:0px;
margin-top:20px;
background:#e5e8ee url(images/bgr.jpg) repeat-x;
font-family:tahoma;
}

p{
font:tahoma;
font-size:12px;
color:#282828;
margin:10px;
margin-left:0px;
max-height:150%;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color:#1f1f1f;
margin:10px;
margin-left:25px;
margin-top:20px;
font-weight:lighter;
}

h2 {
	font:tahoma;
	font-size:13px;
	color:#edbd3e;
}

.Footer {
	font-size:11px;
	color:#8896b1;
}

/* link */
a:link {
	color:#495e88;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#495e88;
}
a:hover {
	text-decoration: none;
	color:#565656;
}
a:active {
	text-decoration: none;
	color:#495e88;
}


/* link */
a.YellowLink:link {
	color:#edbd3e;
	text-decoration: none;
}
a.YellowLink:visited {
	text-decoration: none;
	color:#edbd3e;
}
a.YellowLink:hover {
	text-decoration: none;
	color:#565656;
}
a.YellowLink:active {
	text-decoration: none;
	color:#edbd3e;
}


.Top {
	background: url(images/top.jpg) no-repeat;
	height:100px;
}

.BgrBlue {
	background:#495e88;
}

.BgrYellow {
	background:#f1bc2f url(images/bgr_yellow.jpg) repeat-x;
}

.bgrBlue {
	background:#495e88 url(images/bgr_blue.jpg) repeat-x;
}

.LightGray {
	color:#595959;
}

.LightBlue {
	color:#8896b1;
}

.margin0 {
	margin:0px;
}

.margin3 {
	margin:3px;
}

.FloatRight {
	float:right;
	padding-right:10px;
}

.brdrTop {
border-top:1px solid  #596d94; 	
}

.txtbox{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#373737;
border:1px solid #fde4a2;
background:#f6d784;
}