/* heading objects */
h1 {
	font-size:20pt;
	font-weight:bold;
	color:#fdb714;
	margin:0 0 5px 0;
}
h2 {
	font-size:16pt;
	font-weight:bold;
	color:#003344;
	margin:0 0 5px 0;
}
h3 {
	font-size:13pt;
	font-weight:bold;
	color:#003344;
	margin:0 0 5px 0;
}

/* text objects */
p {
	font-size:10pt;
	color:#003f67;
}
div.t_text {
	padding:0 0 15px 0;
}
.t_text {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;  /* for CMS text editor that can't read style from body */
	font-size:10pt;
	color:#003f67;
}
.t_text a {
	color:#13b5ea;
}
.t_text a:hover {
	color:#003344;
}
.t_text ul {
	padding:0;
	margin:0 0 0 16px;
	list-style-image:url(../../img/ul.gif);
}
.t_text li {
	margin-bottom:4px;
}
.text1 {color:#13b5ea;}
.text2 {color:#fdb714;}
.text3 {color:#382B15;}
.text4 {color:#A81400;}
.text5 {color:#333333;}

/* image objects */
.t_image {
	text-align:center;
}
.t_image div {
	padding:5px 0 15px 0;
	font-size:12px;
	font-style:italic;
	color:#13b5ea;
}
.t_imgb_none {
	border:none;
}
.t_imgb_thin {
	border:solid 1px #002151;
}
.t_imgb_thick {
	border:solid 2px #002151;
}

/* table objects */
.t_texttable {
	border:solid 1px #003f67;
	background-color:#FFFFFF;
	color:#000000;
	margin-bottom:10px;
}
.t_texttable th {
	background-color:#003f67;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	padding:3px;
	text-align:left;
}
.t_texttable td {
	font-size:12px;
	padding:3px;
}
.t_texttable .r1 {
	background-color:#FFFFFF;
}
.t_texttable .r0 {
	background-color:#E4EBEF;
}

.t_objecttable {
	background-color:#003f67;
	margin-bottom:10px;
}
.t_objecttable td {
	background-color:#FFFFFF;
}

/* file download objects */
.t_downloadicon {
	float:left;
}
.t_downloaddesc {
	padding-left:42px;
	font-size:12px;
	color:#999999;
}
.t_downloadtitle {
	font-size:9pt;font-weight:bold;
}
.t_downloadinfo {
	font-size:8pt;
	color:#369C32;
}

/* form field objects */
.t_fObject {
	margin-bottom:10px;
}
.t_fTitle {
	font-size:8pt;
	color:#2185A5;
}
.t_fInput {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#000000;
}
.t_fButton {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#000000;
}
.t_fError {
	font-size:9pt;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:20px;
}

/* rotating banners */
.t_rotatingBanners {
	background:#003344;
	position:relative;
	width:760px;
	height:240px;
	overflow:hidden;
}
.t_rotatingBanners h1, .t_rotatingBanners p, .t_rotatingBanners a {
	color:#fff;
}
.t_bannerimg {
	position:absolute;
	top:0;left:0;
	background:#003344;
	width:380px;
	height:240px;
}
.t_bannertext {
	position:absolute;
	top:0;left:380px;
	width:340px;
	height:200px;
	overflow:hidden;
	padding:20px;
	background:#003344;
}

.t_bannerNums {
	position:absolute;
	bottom:15px;right:395px;
	z-index:1000;
}
.t_bannerNum {
	border:solid 1px #000;
	background-color:#203347;
	float:left;
	margin-left:5px;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}
.t_bannerNum a {
	display:block;
	width:20px;
	height:20px;
	padding:5px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.t_bannerNumOn {
	-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;
}


