/*
 All contents of this file and all associated Page Concepts' 
 files are copyright 1996-2001, ajk concepts, inc. 
 Duplication without permission is strictly prohibited. 
*/
BODY { 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 13px;
	scrollbar-face-color: #AFB3CC;
    scrollbar-shadow-color:#202D7A;
	scrollbar-arrow-color: #202D7A;
/*  
	scrollbar-highlight-color:
    scrollbar-3dlight-color:
    scrollbar-darkshadow-color:
    scrollbar-track-color: 
*/
}
P, SPAN{
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 13px; 
}
TABLE, TD { 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px; 
}
TEXTAREA, INPUT, SELECT {  
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
HR{
	height: 1pt;
	color: #643C37;
}
A:link  {
	COLOR: BLACK; 
	text-decoration: none; 
}
A:visited { 
	COLOR: black; 
	text-decoration: none;
}
A:active {
	COLOR: crimson; 
	text-decoration: none; 
}
A:hover {
	COLOR: crimson; 
	text-decoration: underline; 
}
.copyright{
	font-size: 11px;
}
.copyright A{
	font-size: 11px;
}
.forumTop{
	background-color: #212584;
	font-weight: bold;
	color: #FFFFFF;
}
.forumNav A{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
}
.forumNav A:Hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9pt;
}
.forumTop A{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.forumTop A:visited{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.forumTop A:Hover{
	font-weight: bold;
	color: Silver;
	text-decoration: underline;
}
.forumTop A:Active{
	font-weight: bold;
	color: Silver;
	text-decoration: none;
}
.forumLine1{
	background-color: #b6b7d6;
	color: #212584;
	font-size: 9pt;	
}
.forumLine2{
	background-color: #cbcbd4;
	font-size: 9pt;
	color: black;
}
.forumLine1 A{
	font-size: 9pt;
	color: #212584;
	text-decoration: underline;
}
.forumLine1 A:Hover{
	font-size: 9pt;
	color: #d61021;
	text-decoration: underline;
}
.forumLine1 A:Visited{
	font-size: 9pt;
	color: black;
	text-decoration: none;
}
.forumLine2 A{
	font-size: 9pt;
	color: black;
	text-decoration: underline;	
}
.forumLine2 A:Hover{
	font-size: 9pt;
	color: #d61021;
	text-decoration: underline;
}
.forumLine2 A:Visited{
	font-size: 9pt;
	color: black;
	text-decoration: underline;
}
.forumDate{
	font-size:8pt;
	color: black;
}
.forumError{
	color: red;
	font-size: 10pt;
	font-weight: bold;
}
.purpletext{
	color: #643C37;
}