/* CSS Document */
body, html {
    height: 100%;
}

body {
    font-size:12px;
}

body, td {
    font-family:arial, verdana, sans-serif;
    color:#FFFFFF;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: underline;
	color: #0066FF;
}

.footer {
   font-family:arial, verdana, sans-serif;
   padding-left:5px;
   padding-bottom:5px;
   font-size:11px;
   color:#FFFFFF;
}
a.footer,a.footer:link,a.footer:visited,a.footer:active {
    color:#000000;
    text-decoration: underline;
}

.tbl_main {
    width:100%;
    height:100%;
}

.top {
    height:120px;
}

.content {
    width:100%;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:20px;
}


.box {
    border:1px solid #61AFE0;
}


.frame {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.border {
	border: 1px solid #6699CC;
}


.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #0000CC;
}
.headings2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
.headings-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000CC;
}
.charts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;		
}
.subtle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
.white {color:#FFF;}
.white a:link, .white a:visited {color:#0066FF; text-decoration:none;}
.white a:hover, .white a:active {color:#0066FF; text-decoration:underline;}

.seoby a {padding:5px;}
