/* default values */
H2,H4,BODY,TD,P,SMALL {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10pt;
	color : #cccccc;
}


/* override HTML elements */
H2 {
	font-size : 12pt;
	font-weight : bold;
}
H4 {
	font-family: arial, verdana, times new roman;
	color : #00FFFF;
	font-size : 12pt;
	font-weight : bold;
	text-align: left;
}
SMALL {
	font-size : 8pt;
}
/* user defined styles */


/* date in the upper right hand corner of the header */
.headerDate {
	font-family : arial,helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

/* text in the header */
.headerText {
	font-style : italic;
}

/* breadcrumb links */
.smallcrumb{
        font-size : 7pt;
        color : #0000FF;
        font-weight : normal;
        text-decoration : none;
}
.smallcrumb:hover{
        color : #990000;
        font-weight : bold;
        text-decoration : underline;
}
.crumb {
	font-size : 10pt;
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
}
.crumb:hover {
	color : #FFFF00;
	text-decoration : underline;
}

/* toolbar text (includes links) */
.toolbar {
	font-family : arial, helvetica, sans-serif;
	color : #66CCCC;
	font-size : 10pt;
	text-decoration : none;
	font-weight : bold;
}
.toolbar:hover {
	color : #FFFF00;
	text-decoration : underline;
	font-weight : bold;
	font-style : normal;
}
.bottomMenu{
	font-family : arial, helvetica, sans-serif;
	color : #FFFF99;
	font-size : 10pt;
	text-decoration : none;
	font-weight : bold;
	}

.bottomMenu:hover{
	color : #00FFFF;
	text-decoration : underline;
	font-weight : bold;
	font-style : normal;
}
/* error classes */
.error {
	color : #993300;
	font-style : italic;
}
.smaller{
	font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #CCCCCC
}

/* forum link (href on a forum name, thread name, message name, etc) */
.forum {
	color : #000066;
	font-weight : bold;
	text-decoration : none;
	background-color: #00CCFF;
	height: auto;
	width: 295;
	border: none;

}
.forum:vlink {
	color : #003399;
}
.forum:hover {
	color : #666699;
	text-decoration : underline;
}

/* styles for all dates */
.date {
	color : #cc3300;
}

/* styles for messages, replies */
.messageHeader {
	font-family : bookman,verdana,arial,helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
	color : #6699FF;
}
.messageAuthor {
	font-style : italic;
}
.mainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: justify;

}
.underline {
	font-family: times new roman, verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration : underline;
	font-style : normal;
	font-weight: bold;
	color:  #00FFFF;
	}
.list{
	font-weight : normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
.courier{
	font-family: arial, verdana, courier, "times new roman", verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFF99;
	font-style : normal;
	}
