TD {
	text-align : center;
	vertical-align : top;
}
/* CSS definition file containing site wide stylesheets */

.boxed {
	color : rgb(238,177,86);
	border : medium solid rgb(238,177,86);
	height : 10px;
	padding-bottom : 20px;
	padding-right : 25px;
	padding-left : 25px;
	padding-top : 5px;
	text-decoration : none;
	margin : 4px;
	text-align : center;
	font-weight : bold;
}


H3 {
	font : bold large;
	font-family : "Times New Roman", Times, serif;
	color: rgb(238,177,86);
}
A  {
	color : rgb(238,177,86);
	font : 9pt Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.page {
	color : rgb(238,177,86);
	border : medium solid rgb(238,177,86);
	height : 10px;
	padding-left : 2cm;
	padding-right : 2cm;
	text-decoration : none;
	margin : 4px;
	width : 120px;
	text-align : center;
}


BODY {
	background : Black;
	font-family : "Times New Roman", Times, serif;
	color: rgb(238,177,86);
}

H4{
	font-family : Arial, Helvetica, sans-serif;
	color: rgb(238,177,86);
	font-size : 10pt;
	text-align : justify;
}

hr{
	color: rgb(238,177,86);
	width : 80%
}



