.mainlink:link 
{ 
	cursor: hand; 
	text-decoration: underline; 
	color: #FFFFFF; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:visited 
{ 
	cursor: hand;
	text-decoration: underline; 
	color: #FFFFFF; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:hover 
{ 
	cursor: hand;
	text-decoration: underline; 
	color: #000000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.menulink:link 
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #B43A2C; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.menulink:visited 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #B43A2C; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.menulink:hover 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #000000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}


.large
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;  
	color: #FFFFFF; 
     text-decoration: underline;
}

.bold
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 
}

.small
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #FFFFFF; 
}

.text
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #FFFFFF; 
}

.heading
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 
     background-color: #666666;
}

.content
{
     height: 190px; 
     width: 279px; 
     border: 0px; 
     overflow: auto; 
     scrollbar-base-color: #FFFFFF; 
     scrollbar-arrow-color: #000000;
     scrollbar-face-color: #FFFFFF;
     scrollbar-highlight-color: #FFFFFF;
     scrollbar-3dlight-color: #B43A2C;
     scrollbar-darkshadow-color: #666666;
     scrollbar-shadow-color: #999999;
     padding-right: 5px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #B43A2C; 
     text-align: justify;
}

input, textarea, select, option
{
	font-family: arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #D4D4D4;
     border: 1px solid #000000;
}