.headerHead{
	font-family: Arial;
	font-size: 31px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 20px;
}
.footerText{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;	
}
.paddingLeft{
	padding-left:5px;
}
.paddingRight{
	padding-right:5px;
}
.paddingBot{
	padding-bottom:5px;
}
.paddingTop{
	padding-top:5px;
}
.mainLinks{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #00FFFF;
	text-decoration: none;
}
.subLinks{
	font-family: Arial;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	padding-left:1px;
}
body{
	margin-top:20px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;
}
.smallText{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00FFFF;
	text-decoration: none;
}
.logIn{
	font-family: Verdana;
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}
.logBotton{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	background-color: #FFFFFF;
	border-width:1px;
}
.messageSuccess{
	font-family: Verdana;
	font-size: 12px;
	color:#006600;
	text-decoration: none;
}
.messageFailed{
	font-family: Verdana;
	font-size: 12px;
	color:#990000;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
.blackText{
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
.pageHeading{
	font-family: Arial;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
.pageTextBlack{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.pageTextWhite{
	font-family: Verdana;
	font-size: 15px;
	color: #3366CC;
	text-decoration: none;
	font-weight:bold;
}
.backOne{
	background-color: #F1F1F1;
	padding:5px;
	border-bottom:1px solid #E6E6E6;
}

.linkBottomLine{
	background-color:#F1F1F1;
	padding-bottom:2px;
	padding-top:2px;
	border-bottom:1px solid #E1E1E1;
}
.cPanelText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}
.innerTitles{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left:7px;
}
.tableBorder{
	border:1px solid #E1E1E1;
}
.linkLeftPadding{
	padding-left:10px;
}
.bgColor{
	background-color:#E9E9E9;
}
.databaseText{
	color:#006600;
	font-size:15px;
}
.smallLeftPad{
	padding-left:1px;
}