html, body {
	height: 100%;
}

body
{
	background-color: #cccccc;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin : 0px;
}

.credit {
	color: #666666;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: right;
	font-size: 9px;
	text-decoration: none;
}

.credit A:LINK {
	text-decoration: none;
	color: #666666;
}

.credit A:HOVER, VISITED {
	text-decoration: none;
	color: #666666;
}

.credit A {
	text-decoration: none;
	color: #666666;
}

.nav {
	color: #bb3621;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.nav A {
	color: #bb3621;
	text-decoration: none;
	font-weight: bold;
}

.nav A:link {
	color: #bb3621;
	text-decoration: none;
	font-weight: bold;
}

.nav A:hover {
	color: #bb3621;
	text-decoration: underline;
	font-weight: bold;
}

.nav A:visited {
	color: #bb3621;
	text-decoration: none;
	font-weight: bold;
}

.main {
	width: 760px;
	background-color: white;
}

.content {
	padding: 5px 10px 0px 10px;
	background: white;
	background-image: url(img/contentbg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.heading {
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #bb3621;
	padding: 2px;
}

border {
	color: #bb3621;
}

.odd {
	background-color: #e2cebd;
}
	
TH {
	background-color: #bb3621;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
		
td
{
}

p
{
	text-align : justify;
}

li
{
	list-style-image : url(img/dot.gif);
}

a:link
{
	color: #bb3621;
	text-decoration: underline;
}

a:hover
{
	color: #bb3621;
	text-decoration: none;
}

a:visited
{
	color: black;
	text-decoration: underline;
}

INPUT, SELECT {
	border-top: 1px groove #555555;
	border-right: 1px groove #999999;
	border-bottom: 1px groove #999999;
	border-left: 1px groove #555555;
	margin: 3px;
	height: 13px;
	width: 150px;
	font-size: 11px;
	}
	
INPUT.img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 45px;
	height: 20px;
	}
	
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px groove #555555;
	border-right: 1px groove #999999;
	border-bottom: 1px groove #999999;
	border-left: 1px groove #555555;
}

.capitals {
	text-transform: capitalize;
}
