/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #d3e0e5;
}

body, td {
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #000066;
}


h1 {
	font-weight: normal;
	color: #D30000;
	font-size: 35px;
	font-family: "Times New Roman", Times, serif, Georgia;
}

h2 {
	font-weight: normal;
	color: #D30000;
	font-size: 27px;
	font-family: "Times New Roman", Times, serif, Georgia;
}

h3 {
	font-weight: normal;
	color: #000066;
	font-size: 21px;
	font-family: "Times New Roman", Times, serif, Georgia;
}

h4 {
	font-weight: normal;
	color: #000066;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif, Georgia;
}

.pagebox {
	background-color: #ffebe1;
	border: 1px solid #FF9966;
	padding: 10px;
}


#tablemenus {
	border-bottom: 1px solid #999999;
}

#tablemenus td{
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #999999;
}

#tablemenus td.sub{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px dashed #cccccc;
}

#tablemenus td.sub a{
	font-weight: normal;
}

#tablemenus td.sub a:hover{
}

#tablemenus td a{
	font-weight: bold;
}

#tablemenus td a:hover{
	color: #000066;
}


.tablecontent td{
	padding: 0px 20px 15px 0px;
	text-align: left;
	vertical-align: top;
}

th { padding: 10px; background-color:#F3E0E2;}

hr {
color:#FFFFFF;
border-top: 1px dashed #000066;
height: 0px;}

.pagequote {
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #000066;
}

.tdabel {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif, Georgia;
	font-style: italic;
	color: #000066;
}

.trow { background-color:#ECF9FF;}


.pagemark {
	font-family: Tahoma, Arial, Verdana;
	font-size: 17px;
	color: #000066;
}

.pageboxline {
	border: 1px solid #E9CBD3;
	background-color: #FFFFFF;
}


.pageimg { border: 1px solid #FF9999;}

.pageimgright { border: 1px solid #FF9999;
float: right;
margin-left: 15px;
margin-bottom: 10px;}

.questioncomment {
	color: #33CC00;
	font-size: 16px;
	font-weight: bold;
}


.pageboxline h4{
	font-family: Arial, Tahoma, "Trebuchet MS";
	margin-bottom: 0px;
}