
/* default values */
H2,H4,BODY,TD,P,SMALL {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 9pt;
}
/* override HTML elements */
H2 {
	font-size : 12pt;
	font-weight : bold;
}
H4 {
	color : #993333;
	font-size : 10pt;
	font-weight : bold;
}
SMALL {
	font-size : 8pt;
}
p.title  { 
	background-repeat: repeat; 
	TEXT-DECORATION: underline; 
	font-family: Helvetica, Arial ; 
	font-size: 13pt; 
	font-weight: bold }
p.body       { 
	background-repeat: repeat; 
	TEXT-DECORATION: none; 
	font-family: Arial , Helvetica ; 
	font-size: 11pt; 
	font-weight: normal }
p.heading       { 
	background-repeat: repeat; 
	TEXT-DECORATION: none; 
	font-family: verdana, Arial , Helvetica ; 
	font-size: 18pt; 
	font-weight: normal }
p.info       { 
	background-repeat: repeat; 
	TEXT-DECORATION: none; 
	font-family: verdana, Arial , Helvetica ; 
	font-size: 16pt; 
	font-weight: normal }
/* user defined styles */

/* date in the upper right hand corner of the header */
.headerDate {
	font-family : arial,helvetica,sans-serif;
	font-size : 11pt;
	font-weight : bold;
}

/* text in the header */
.headerText {
	font-family : arial,helvetica,sans-serif;
	font-size : 15pt;
	font-weight : normal;
}
.Information {
	font-family : arial,helvetica,sans-serif;
	font-size : 13pt;
	font-weight : normal;
}

.User {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}
/* breadcrumb links */
.crumb {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}
.crumb:hover {
	color : #990000;
	text-decoration : underline;
}

/* toolbar text (includes links) */
.toolbar {
	color : #000000;
	font-size : 8pt;
	text-decoration : none;
	font-weight : bold;
}
.toolbar:hover {
	color : #660000;
	text-decoration : underline;
}

/* error classes */
.error {
	color : #993300;
	font-style : italic;
}

/* forum link (href on a forum name, thread name, message name, etc) */
.forum {
	color : #003399;
	font-weight : bold;
	text-decoration : 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 : verdana,arial,helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
.messageAuthor {
	font-style : italic;
}
.link {  
	text-decoration: none
}
a.toolbar {
	BACKGROUND-COLOR: #000000;
	COLOR: #ffffff;
	CURSOR: hand;
	FONT-FAMILY: Helvetica, Arial;
	FONT-SIZE: 10pt;
	text-align: center;
	TEXT-DECORATION: none
}
a.toolbar:visited {
	BACKGROUND-COLOR: #000000;
	COLOR: #ffffff;
	CURSOR: hand;
	FONT-FAMILY: Helvetica, Arial;
	FONT-SIZE: 10pt;
	text-align: center;
	TEXT-DECORATION: none
}
a.toolbar:hover{
	BACKGROUND-COLOR: #000000;
	COLOR: #ff3333;
	CURSOR: hand;
	FONT-FAMILY:  Helvetica, Arial;
	FONT-SIZE: 10pt;
	text-align: center;
	TEXT-DECORATION: none
}
