/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #f7f9f8;
}


.IEBorder_TLBR {
	border-spacing: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0c1441;
	border-right-color: #0c1441;
	border-bottom-color: #0c1441;
	border-left-color: #0c1441;
}

.text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

.header { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #000000; }

h1 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
}

a:link, a:visited {
	color:#336699!important;
	text-decoration: underline;
}

a:hover, a:active{
	color: #131d49;
	text-decoration: none;
}

a.text:link {
	color: #000000;
	text-decoration: underline;
}

a.text:hover, a:active{
	color: #546a8c;
	text-decoration: none;
}

a.header:link {
	color: #000000;
	text-decoration: none;
}

a.header:hover, a:active{
	color: #546a8c;
	text-decoration: none;
}

.Footer {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

