/* CSS Document */

BODY {
		SCROLLBAR-BASE-COLOR: #993333;
		SCROLLBAR-ARROW-COLOR: #FFFFCC;
		margin-top : 0;
		margin-right : 0;
		margin-left : 0;
		margin-bottom : 0;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	A:link, A:visited, A:active {
		COLOR:#990000;
		TEXT-DECORATION:underline;
	}

	A:hover {
		COLOR: maroon;
		TEXT-DECORATION: none;
	}

	p {
		font-family: verdana,arial;
		font-size:13.5px;
	}
li {

		font-family: verdana,arial;
		font-size:13.5px;
}
.heading1 {
	font-family:"Courier New", Courier, mono;
	font-size: 17px;
	font-weight: bold;
	color: maroon;

}
.heading2 {
	font-family: "Courier New", Courier, mono;
	font-size: 13.5px;
	font-weight: bold;
	color: maroon;
}
.quote {
	font-family: "Courier New", Courier, mono;;
	font-size:16px;
	font-style: italic;
}
.small {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
}
.medium {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.big {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
}
.xbig {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
}
.expanded {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}
.justified {
	font-family: "Courier New", Courier, mono;
	text-align: justify;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
td {

		font-family: verdana,arial;
		font-size:13.5px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 0px;
	height: 0px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

