body {
 margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

p, a, td, th, li, textarea, input {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #021f64;
}

table#content p {
	margin: 8px 0px 4px 0px;
	line-height: 1.5em;
}

a.plain {
	text-decoration: none;
}

a.plain:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

.white {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
}

a.white {
	color: #ffffff;
	text-decoration: none;
}

.linespacing {
	line-height: 1.5em;
}
.sml, .sml a {
	font-size: smaller;
 text-decoration: none;
}

.sml:hover {
 text-decoration: underline;
}

.redtext {
 color: red;
}

.hline {
	background-image: url(images/dots_h.gif);
}

ul#sitemap li {
	line-height: 1.5em;
}

.bold {
	font-weight: bold;
}

.titlebar {
	font-weight:bold;
	background: #112f78;
	color:white;
}


/* Discussion Section */
.titlecell {
	background: #FECE00;
	padding: 10px 0px 5px 10px;
	font-weight: bold;
}

.itemcell {
	background: #E7EAF1;
	padding: 5px 0px 5px 10px;
}

.topiccell {
	background: #E7EAF1;
	padding: 5px 0px 5px 35px;
	font-weight: bold;
	background-image: url(images/msg_folder.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

.selectedtopic {
	background-image: url(images/open_msg_folder.gif);
	background-position: 8px 3px;
}

.msgcell {
	background: #E7EAF1;
	padding: 5px 0px 5px 32px;
	font-weight: bold;
	background-image: url(images/forum_arrow.gif);
	background-repeat: no-repeat;
}

.reducedpadding {
	padding-top: 0px;
}

.bbtab {
	background: #C0D2FF;
}

.postheader{
	background: #FECE00;
}
/* end */

.activeTab:visited, .activeTab:hover, .activeTab:link, .inActiveTab:visited, .inActiveTab:hover, .inActiveTab:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	text-decoration: none;
}

td.activeTab, td.inActiveTab {
	border: 1px solid black;
	border-bottom-color: silver;
	position: relative;
	top: 1px;
	white-space : nowrap;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 3px;
	padding-bottom : 4px;
	background-color : silver;
}

.activeTab {
	font-weight : bold;
}

td.inActiveTab {
	background-color : white;
	border-bottom-color: black;
}

.inActiveTab:hover {
 text-decoration: underline;
}
