body {
	margin: 0px;
}
.height_100 {
	height: 100%;
}
td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
.text_normal {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}
.text_bold {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight:bold;
}
.blue_normal {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #0066CC;
}
.top_bg {
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 149px;
}
.blue_top_band {
	background-image: url(../images/blue_band.gif);
	background-repeat: repeat-x;
	height: 21px;
}
.yellow_top_band {
	background-image: url(../images/yellow_band.gif);
	background-repeat: repeat-x;
	height: 21px;
}
.red_top_band {
	background-image: url(../images/red_band.gif);
	background-repeat: repeat-x;
	height: 21px;
}.mid_bg {
	background-image: url(../images/middle_area_bg.gif);
	background-repeat: repeat-x;
}
.heading {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #017DC5;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #017DC5;
	float: left;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	float: left;
}
.dotted_div {
	background-image: url(../images/vertical_div_dot.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.footer_div {
	background-image: url(../images/vertical_div_dot.gif);
	background-repeat: repeat-x;
}
a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
a:visited {
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
a:hover {
	font-size: 13px;
	text-decoration:underline;
	color: #333333;
}
a:active {
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
.red:link { 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
.red:visited { 
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.red:hover {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.red:active {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.blue:link { 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #0066CC;
}
.blue:visited { 
	text-decoration: none;
	font-size: 13px;
	color: #0066CC;
}
.blue:hover {
	text-decoration: none;
	font-size: 13px;
	color: #333333;
	text-decoration:underline;
}
.blue:active {
	text-decoration: none;
	font-size: 13px;
	color: #0066CC;
}

.blue_bg {
	background-color: #017dc5;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
input {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #DDF2FF;
	border: 1px solid #CCCCCC;
}
.textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #DDF2FF;
	border: 1px solid #CCCCCC;
}



/* wittycode footer links */
.orange:link { 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FF6600;
}
.orange:visited { 
	text-decoration: none;
	font-size: 13px;
	color: #FF6600;
}
.orange:hover {
	text-decoration: none;
	font-size: 13px;
	color: #FF6600;
}
.light_yellow {
	background-color: #FFFCEB;
}

.orange:active {
	text-decoration: none;
	font-size: 13px;
	color: #FF6600;
}
.borders {
	border: 1px solid #666666;
}


