/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
.MenuBottomDivider
{
	background-color:#81858A;
}
.MainMenuRegular
{
	font-family:Verdana;
	font-size:11px;
	color:Black;
	font-weight:normal;
}
.MainMenuAboutUs
{
	font-family:Verdana;
	font-size:11px;
	color:#70998E;
	font-weight:normal;
}
.MainMenuForClients
{
	font-family:Verdana;
	font-size:11px;
	color:#F6878A;
	font-weight:normal;
}
.MainMenuForTutors
{
	font-family:Verdana;
	font-size:11px;
	color:#5891AD;
	font-weight:normal;
}
.MainMenuContactUs
{
	font-family:Verdana;
	font-size:11px;
	color:#A086C1;
	font-weight:normal;
}
.SubMenuAboutUsRegular
{
	background-color:#BED2CE;
}
.SubMenuAboutUs
{
	background-color:#85A295;
}
.SubMenuForClientsRegular
{
	background-color:#FBBEBA;
}
.SubMenuForClients
{
	background-color:#F6878A;
}
.SubMenuForTutorsRegular
{
	background-color:#AADFF9;
}
.SubMenuForTutors
{
	background-color:#7DBDDC;
}
A
{
	text-decoration:none;
}
.PageHeading
{
	font-family:Verdana;
	font-size:16px;
	color:Black;
	font-weight:bold;
}
.PageSubHeading
{
	font-family:Verdana;
	font-size:12px;
	color:Black;
	font-weight:bold;
}
.PageText
{
	font-family:Verdana;
	font-size:11px;
	color:#5a5b5e;
	font-weight:normal;
}
.PageTextBlack
{
	font-family:Verdana;
	font-size:11px;
	color:black;
	font-weight:normal;
}
.divMain
{
	scrollbar-face-color:#C7C8CB;
	scrollbar-arrow-color:#black;
	overflow:auto;
	width:630px;
	height:240px;
	scrollbar-base-color:#97999C;
	scrollbar-darkshadow-color:#97999C;
	scrollbar-highlight-color:#97999C;
	scrollbar-shadow-color:#97999C;
	scrollbar-track-color:white;
	
}