/* CSS Document */

body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #993333;
}
body,td,th {
	color: #CC6503;
	font-size: 15px;
	line-height: 24px;
	font-family: Georgia, Times New Roman, Times, serif;


}

p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px;}


a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffcc33;
}
a:active {
	text-decoration: none;
	color: #ffcc33;
}

.red  { color: #993333;}

.red a:link {
	color: #993333;
	text-decoration: none;
}
.red a:visited {
	text-decoration: none;
	color: #993333;
}
.red a:hover {
	text-decoration: underline;
	color: #CC6503;
}
.red a:active {
	text-decoration: none;
	color: #CC6503;
}

.yellow  { color: #ffcc33;}

.style1 {
	font-size: 13px;
	color: #666666;
}
.style2 {font-size: 12px; color: #993333; }
.style3 {font-size: 15px; color: #FFFFFF}
.style6 {font-style: italic; font-size: 20px; font-family: "Times New Roman", Times, serif; line-height: 28px;
}
.style7 {	font-size: 24px;
	color: #FFCC31;}
	
.style8 {
	font-size: 24px;
	color: #993333;
	font-weight: bold;
}

.style9 {font-size: 10px}



h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	color: #333333;
}
h2 {
	color: #990033;
}
h3 {
	color: #993333;
}

h4 {
	color: #ffcc33; font-size: 20px;
}