body
{
	font-family : Tahoma;

background-color: #cccccc;
}

.navBar{
	/*background-color: #cccccc;*/
	background-image: url(menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;

	
	width: 815px;
	height: 26px;
	color : #DF1F52;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size : 12px;
	/*border-bottom: 3px solid #DF1F52;*/
	text-align:left;
}

.navBar a{
	/*color : White;*/
	text-decoration: none;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 2px;
}

.header{
	/*border-top:  gray thick solid;*/
}



a.serviceLink{
	margin-left: 40px;
	text-decoration: none;
}

a{
	color : #DF1F52;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

a:hover{
	color: black;
}

.navBar a:hover{
	color: #DF1F52;
}

.mainWindowServices{
	font-family : tahoma;
	font-size: 11px;
	font-style : italic;
/*	border-right: 3px black solid;*/
	background-color: white;
	padding-left: 0px;
}

.mainWindow{
	font-family : tahoma;
	font-size: 11px;
	font-style : italic;
	padding-left: 0px;
	background-color: white;
}

.adminTable{
	font-size: 11px;
	font-family: tahoma;
}

.adminTable input{
	font-size: 11px;
}

.mainWindowContent{
	font-size: 11px;
}

.greyText{
	font-size: 11px;
	color : Gray;
/*	margin-right: 40px;*/
	margin-left: 40px;
	text-align: justify;
}

.blackNormalHeading{
	margin-left: 40px;
	font : bold;
	font-size: 16px;
}

.normalText{
	margin: 0;
	font-size: 12px;
	text-align: justify;
	font-style : normal;
}

.statusMessage{
	padding-top: 3px;
	padding-bottom : 3px;
	font-size: 11px;
	color: #FF9999;
	text-align: center;

}

h1{
	padding-top:10px;
	color: #DF1F52;
	font-style: normal;
	font-size: 16px;
}

h2{
	margin-left: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight : bold;
}

.h3{
	margin-left: 30px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.submitButton{
	color: white;
	background-color: black;

}
.footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
	height: 27px;
}

.servicesHome a img {
	/*margin-left: 30px;
	margin-right: 10px;*/
	border: none;
}

.categories{
	background-color: white;
	border: 2px black solid;
	/*height: 125px;*/
}

.details{
	padding: 10px;
	text-align: justify;
	width: 500px;
}

.phoneNumber{
	font-size: 20px;
	font-family : "Arial Black";
	color: #ffffff
}

.emailHeader{
	font-size: 16px;
	font-family: "Arial";
	color: #ffffff
}

a.registerLink{
	font-family: Tahoma;
	font-size: 14px;
	font-weight:900;
}

#divertMessageLabel{
	font-family: Tahoma;
	font-size: 14px;
	font-weight:900;
	color: #000000;
	text-align: center;
}

#changeDetailsMessageLabel{
	text-align: center;
}

.AreaNames{
	font-family : tahoma;
	font-size: 11px;
	font-style : normal;
	padding-left: 0px;
	background-color: #EFEFEF;
}
.headerLogo {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 91px;
}

.navBarSeperator{
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 10px;
	width: 10px;
}

.navBarSeperator span{
	display: none;
}

.imageBackground{
	background-color: black;
}

.homeLogo{
	background-image: url(homeLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	width: 150px;
	color: blue;
}

.imageMenu{
	padding-left:5px;
	padding-right:5px;
}