/* Body Text */

p {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
	background-color : inherit;
	margin-top : 5px;
}

h1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 16px;
	color : white;
	margin-top : 0;
	border-bottom : 0;
}

h2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
	background-color : inherit;
	margin-top : 0;
	margin-bottom : 5px;
}

h3 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
	background-color : inherit;
	margin-bottom : 0;
}

h4 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight	: bold;
	color : red;
	background-color : inherit;
	margin-bottom : 0;
}

/* Hyperlinks */

a,
a:active{
	color : #FF9900;
	text-decoration : none;
}
a:visited {
	color : #FF9900;
	text-decoration : none;
}

a:hover {
	color : #FF9900;
	text-decoration : underline;
}

/* Lists */

ul {
	padding : 0;
	margin : 0;
	margin-top : 6px;
	margin-bottom : 20px;
	list-style : none;
}

ul li {
	padding : 0;
	margin : 0;
	margin-left : 15px;
	margin-bottom : 6px;
	padding-left : 15px;
	line-height : 14px;
	background-image : url(/images/bullet_orange.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}

ul li a,
ul li a:active
ul li a:visited {
	color : #FF9900;
	text-decoration : none;
}


/* Table Content */

.ContentTable {
	border: 0;
	border-collapse: collapse;
 	margin: 0;
	width : 500px;
}

tr {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
	background-color : inherit;
}

td {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
	background-color : inherit;
}

/* Table Row*/

.ContentTable th {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight	:		bold;
	border : 1px solid #570901;
	font-size	:		10px;
	text-align	:		left;
	color	: 			white;
	background-color:	#D60017;
	padding:			4px;
	vertical-align : top;
}
.ContentTable td {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight	:		none;
	border : 1px solid #570901;
	font-size	:		10px;
	text-align	:		left;
	color	: 			white;
	background-color:	#D60017;
	padding:			4px;
}

/* Hide on Screen */

.noScreen {
	display : none;
}