body{
	background-color:#ffffff;
	background-image:url(images/admin-bkg.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.centre-content { 
	width: 970px ;
	margin-left: auto ;
	margin-right: auto ;
}

.block-align {
	width: auto;
}
.left-align {
	float: left;
}
.right-align {
	text-align: right;
	float: right;
}
.right-align-only {
	float: right;
}

.header-position{
	position: absolute;
	margin-left: 24px;
	margin-top: -19px;
}

.content{
	margin-top: 100px;
}

.page-title{
	font-size: 24px;
}

.header-text{
	font-size: 24px;
	color:#FFFFFF;
}

.header-under-text{
	font-size: 18px;
	color:#CCCCCC;
}

.green-hr{
	background-image:url(images/admin-green-hr.png);
	background-repeat:repeat-x;
	height: 11px;
}

a:link {
	color:#555555;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color:#555555;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color:#555555;
	text-decoration: underline;
	font-size: 12px;
}
a:active {
	color:#555555;
	text-decoration: none;
	font-size: 12px;
}

a.whitelink-txt:link {
	color: #ffffff;
	text-decoration: none;
}
a.whitelink-txt:visited {
	text-decoration: none;
	color: #ffffff;
}
a.whitelink-txt:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.whitelink-txt:active {
	text-decoration: none;
	color: #ffffff;
}

.white-text{
	color:#FFFFFF;
	line-height: 20px;
	font-weight:bold;
}

.grey-text{
	color:#999999;
}

.red-text{
	color:#9a2037;
}

.blue-text{
	color:#5482ce;
}

.green-text{
	color:#198e13;
}

.yellow-text{
	color:#dabd1f;
}

.bold-text{
	font-weight:bold;
}

.fadedText{
	font-size:12px;
	color: #999999;
}
.underline-text{
	text-decoration:underline;
}
.right-text-align{
	width: 350px;
	text-align:right;
}

.login-text-align{
	float: left;
	text-align:right;
}

fieldset{
	padding: 10px;
}