﻿body
{
	scrollbar-face-color: #ffffff;	
	scrollbar-3dlight-color: #d1d1d1;
	scrollbar-darkshadow-color: #E1E1E1;
	scrollbar-track-color: #f1f1f1;
	scrollbar-arrow-color: #ABABAB; 
	scrollbar-base-color:#FFFFFF;
	scrollbar-shadow-color:#d1d1d1;


	
	}
.standardButton
{
	border-right: black 1px solid;
	
	border-top: black 1px solid;
	
	font-size: 11px;
	background-image: url(Images/buttons/buttonBg.jpg);
	
	border-left: black 1px solid;
	
	border-bottom: black 1px solid;
	font-family: verdana;
}

.whiteButton
{
	border-right: black 1px solid;
	
	border-top: black 1px solid;
	
	font-size: 11px;
	background-image: url(Images/buttons/buttonBg.jpg);
	
	border-left: black 1px solid;
	
	border-bottom: black 1px solid;
	font-family: verdana;
	background-color: #FFFFFF;
	
}
.text
{
	font-weight: normal;
	font-size: 11px;
	color: darkslategray;
	font-family: verdana;
}
.LargeText
{
	font-weight: normal;
	font-size: 13px;
	color: darkslategray;
	font-family: verdana;
}
.blueText
{
	font-weight: normal;
	font-size: 11px;
	color: #338EC9;
	font-family: verdana;
}

.heading1
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: arial;
}
.heading2
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: arial;
}
.blueHeading
{
	font-weight: bold;
	font-size: 14px;
	color: #338EC9;	
	font-family: arial;
}

A
{
	font-size: 12px;
	color: Black;
	font-family: arial;
}
A:hover
{
	font-size: 12px;
	color: #338EC9;
	font-family: arial;
	text-decoration: underline;
}
