body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

p,table,tr,th,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.title {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #35468E;
}
.subtitle{ font-size: 14px; color: #000000; font-weight: bold}

.yellow {color: #F4EA31}
.blue {color: #35468E}
.white {color: #ffffff}
.gray {color:#CCCCCC}
.boldhead {color: #ffffff; font-weight:bold; text-align: center;}



a:link {
	text-decoration: none;
	color: #35468E;
}
a:visited {
	text-decoration: none;
	color: #35468E;

}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.bottom:link {color: #35468E; text-decoration:none; font-size: 8px;}
a.bottom:visited {color: #35468E; text-decoration:none; font-size: 8px;}
a.bottom:hover {color: #35468E; text-decoration: underline; font-size: 8px;}
.bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}

/*h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #35468E;
}*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #999999;
}

h2 { font-size: 14px; color: #000000; font-weight: bold}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35468E;
	font-weight: normal;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
}
	

.blink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #35468E;
	text-decoration: blink;
}
.boarder {
	border: 1px solid #35468E;
}
.graybgr {
	background-color: #efefef;
}
.lrbborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #35468E;
	border-bottom-color: #35468E;
	border-left-color: #35468E;
}
.bluebgr {
	background-color: #35468E;
}

.underlined {
	text-decoration: underline;
}

input, textarea, select{ 
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border: 1px solid #666666;
	background-color: #EEEEEE;
}

.buttons{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border: 1px solid #666666;
	background-color: #EEEEEE;
}
.topimg {
	background-image: url(images/topbar.jpg);
}