/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	background-image: url(images/bg_stripe.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF3300;
}
a:visited {
	color: #CC3300;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #669900;
}
h2 {
	font-size: 14px;
	color: #666666;
}
.outline {border: 1px solid #000000;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
.style3 {
	font-size: 10px;
	font-weight: bold;
}
.style4 {
    color:#99FF00;
	font-size: 12px;
}
.style5 {color: #788A24}

/* Footer Style */

.footer {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #222222;
	text-decoration: underline;
}
.footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #222222;
	text-decoration: underline;
}
.footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #eeeeee;
	text-decoration: underline;
}
.footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #333333;
	text-decoration: underline;
}

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #222222;
  background-color: #f7f7f7;
  border: 1px solid #000000;
  padding: 2px 5px 2px 5px;
}

/* Left column Style */

.leftcol {
	font-size: 11px;
	color: #ffffff;
}
.leftcol a:link {
    font-size: 11px;
 	color: #ffffff;
	text-decoration: none;
}
.leftcol a:visited {
    font-size: 11px;
 	color: #eeeeee;
	text-decoration: none;
}
.leftcol a:hover {
    font-size: 11px;
 	color: #eeeeee;
	text-decoration: underline;
}
.leftcol a:active {
    font-size: 11px;
 	color: #eeeeee;
	text-decoration: none;
}
