/* heading objects */
h1 {
	font-size:24px;
	font-weight:bold;
	color:#0253d2;
	margin:0 0 10px 0;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#ff0099;
	margin:15px 0 5px 0;
}
h3 {
	font-size:17px;
	font-weight:bold;
	color:#00a1e4;
	margin:15px 0 5px 0;
}

/* text objects */
p {
	font-size:11pt;
	color:#000;
}
div.t_text {
	padding:0 0 15px 0;
}
/* needed for firefox cms editor */
body.t_text {
	font-family:Arial, Helvetica, sans-serif;
}
.t_text {
	font-size:11pt;
	color:#000;
}
.t_text a {
	color:#0253d2;
}
.t_text a:hover {
	color:#00a1e4;
}
.t_text ul {
	padding:0;
	margin:0 0 0 16px;
	list-style-type:square;
}
.t_text li {
	margin-bottom:4px;
}
.text1 {color:#0253d2;}
.text2 {color:#ff0099;}
.text3 {color:#FF0000;}
.text4 {color:#FF9900;}
.text5 {color:#999999;}
#custommodules .t_text {
	font-size:8pt;
	padding:2px 8px;
}

/* image objects */
.t_image {
	
}
.t_image div {
	padding:5px 0 15px 0;
	font-size:12px;
	font-style:italic;
	color:#777;
	text-align:center;
}
.t_imgb_none {
	border:none;
}
.t_imgb_thin {
	border:solid 1px #999999;
}
.t_imgb_thick {
	border:solid 2px #999999;
}

/* table objects */
.t_texttable {
	border:solid 1px #0253d2;
	background-color:#FFF;
	color:#000;
	margin-bottom:10px;
}
.t_texttable th {
	background-color:#0253d2;
	color:#FFF;
	font-weight:normal;
	font-size:12px;
	padding:3px;
	text-align:left;
}
.t_texttable td {
	font-size:12px;
	padding:3px;
}
.t_texttable .r1 {
	background-color:#FFF;
}
.t_texttable .r0 {
	background-color:#fef55e;
}

.t_objecttable {
	background-color:#0253d2;
	margin-bottom:10px;
}
.t_objecttable td {
	background-color:#FFFFFF;
}

/* file download objects */
.t_downloadicon {
	float:left;
}
.t_downloaddesc {
	padding-left:32px;
	font-size:12px;
	color:#777;
}
.t_downloadtitle {
	font-size:9pt;
	font-weight:bold;
	color:#0253d2;
}
.t_downloadinfo {
	font-size:8pt;
	color:#ff0099;
}

/* form field objects */
.t_fTitle {
	font-size:9pt;
	color:#0253d2;
}
.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;
}