/* CSS Document */

body{
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}.text {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.pagetitle {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
}
.developetext {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.developetext:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.developetext:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.developetext:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.graytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
