/* heading objects */
h1 {
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000;
	margin:15px 0 5px 0;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin:15px 0 5px 0;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#999999;
	margin:15px 0 5px 0;
}

/* text objects */
p {
	font-size:11px;
	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:11px;
	color:#000;
}
.t_text a {
	color:#999;
	text-decoration:none;
}
.t_text a:hover {
	text-decoration:underline;
}
.t_text ul {
	padding:0;
	margin:0 0 0 20px;
	list-style-image:url(../../img/ul.gif);
}
.t_text li {
	margin-bottom:4px;
}
.text1 {color:#cc0000;}
.text2 {color:#05b900;}
.text3 {color:#e9af00;}
.text4 {color:#9000ff;}
.text5 {color:#999999;}
#modulesbody .t_text {
	color:white;
}
#modulesbody .t_text a {
	color:white;
}

/* image objects */
.t_image {
	
}
.t_image div {
	padding:5px 0 15px 0;
	font-size:12px;
	font-style:italic;
	color:#999999;
	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 #333333;
	background-color:#FFFFFF;
	color:#000000;
}
.t_texttable th {
	background-color:#999999;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	padding:3px;
	text-align:left;
	border-bottom:solid 1px #333333;
}
.t_texttable td {
	font-size:12px;
	padding:3px;
}
.t_texttable .r1 {
	background-color:#fff;
}
.t_texttable .r0 {
	background-color:#eee;
}

.t_objecttable {
	background-color:#333333;
}
.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;
	color:#cc0000;
}
.t_downloadinfo {
	font-size:8pt;
	color:#369C32;
}

/* form field objects */
.t_fTitle {
	font-size:9pt;
	color:#cc0000;
}
.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;
}