/* global site properties */

.text
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 15px; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: none;
}

.title
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 18px; 
	color: #ff6600; 
	font-weight: bold; 
	text-decoration: none;
}

.subTitle
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 14px; 
	color: #ff6600; 
	font-weight: bold; 
	text-decoration: none;
}
.footer 
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #666666; 
	font-weight: normal; 
	text-decoration: none;
}

.footer:hover 
{
	color: #cccccc; 
}

.mailLink
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 16px; 
	color: #333333; 
	font-weight: normal; 
	text-decoration: none;
}

.mailLink:hover 
{
	color: #ff6600; 
}


/* subscribe properties */

.required
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 14px; 
	color: #ff6600; 
	font-weight: bold; 
	text-decoration: none;
}

.subscribeBox
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: none;
	width: 100%;
}

.subscribeTitle
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: none;
}
.subscribeHeader
{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 13px; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: none;
}

.subscribeLink
{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 16px; 
	color: #ff6600; 
	font-weight: normal; 
	text-decoration: none;
}

.subscribeLink:hover 
{
	color: #ff9900; 
}
/* global properties */
body,textarea 
{
     	scrollbar-face-color: #FF6600;
     	scrollbar-highlight-color: #333333;
     	scrollbar-shadow-color: #222222;
     	scrollbar-3dlight-color: #888888;
     	scrollbar-arrow-color: #d8c947;
     	scrollbar-track-color: #DDDDDD;
     	scrollbar-darkshadow-color: #314940
}