/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #c1c1c1;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	line-height: 1.166;
	font-size: 12px;
	right: 50px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #D5D34B;
	text-decoration: none;
}

a:hover { 
	color: #767269;
	background-color:#C8C660;
	text-decoration: none;
}




/************** pageName styles ****************/

.pageName {
	color: #FFFFFF;
	margin:0px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 190px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}



.listclear {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
}

.listgrey {
	background-color: #767269;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 178px;
	padding-right: 30px;
}
.itemtitle {
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}


/********************* end **********************/
