/*stylesheet.css
Body text and page background*/
BODY
{
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(images/bg8.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left:20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
	

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #99FF00;
}
a {
	font-style: italic;
}

/*Level 1 headings*/
H1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	text-align: center;
	color: #CCFFCC;
	/*[empty]font:;*/
}
/*Level 2 headings*/
H2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #CCFFCC;
	text-align: center;
}
/*Level 3 headings*/
H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCFFCC;
}
h3r
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
H4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCFFCC;
}
/*Generic style class for highlighting text*/
.hilite
{
	background-color: #FFFF00;
}
/*Paragraphs styled as tips*/
P.tip
{
	background-color: #ACD095;
	margin-left: 100px;
	margin-right: 100px;
	padding: 5px;
	border: thin solid #167A58;
}
/*Paragraphs styled as warnings*/
P.warning
{
	background-color: #FFCCFF;
	margin-left: 100px;
	margin-right: 100px;
	padding: 5px;
	border: thin solid #FF0000;
}
/*Style for tables of thumbnail images*/
TABLE.thumbs
{
	text-align: center;
	border-collapse: collapse;
}

/*Page header style*/
#header
{
	width: 100%;
	border-bottom: double;
	color: #990000;
}
/*Page footer style*/
#footer
{
	table-layout: inherit;
	height: 40px;
	border-top: thick double;
	color: #FFFFFF;
	background-position: Top,Center;
}
/*Add some margin space to main content*/
#main
{
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #CCFFCC;
}
#1
{font-size: 36px;
}
.style1 {font-weight: bold;
font-size:24px;
}
.style2 {color: #FFFFFF}
.style5 {color: #FFFFFF;
font-size:24px;
}
.style22 {color: #cc0000;
font-size:24px;
}
.style23 {
	color: #FF9900;
	font-size: 19px;
}
