body{
	margin: 0;
	font-family: Arial,Verdana;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	background-color: #A3A6A6;
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
	color: #7F7F7F;
}
body{
	text-align: -moz-center; 
}
a:link {
	color: #DB3687;
	text-decoration: none;
}
a:visited {
	color: #DB3687;
	text-decoration: none;
}
a:hover {
	color: #A3A6A6;
	text-decoration: none;
}

#side-nav a, #side-nav a:visited{
	color: white;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
}
#side-nav a:hover{
	background: #D23A8D;
}
#sub-side-nav a, #sub-side-nav a:visited{
	color: white;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	background: #E691BF;
}
#sub-side-nav a:hover{
	background: #D23A8D;
}
h1{
	font-size: 14px;
	font-weight: bold;
	color: #DB3687;
}
h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #DB3687;
}
.pink-header {
	font-size: 14px;
	line-height: 18px;
	color: #DB3687;
}
.body {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #7F7F7F;
}
.error{
	font-weight: bold;
	color: #C84215;
}
.bold{
	font-weight: bold;
}
