body {
	margin: 0;
	padding: 0;
	font-size: xx-small;
	margin-top: 30px;
	background-color: #333;
}

.bdrgrey {
	border: 1px solid #696969;
}

body, th, td, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	font-weight: normal;
	font-size: xx-small;
	text-decoration: none;
}
a:link {
	color: #E9F0F8;
}
a:visited {
	color: #E9F0F8;
}
a:active {
	color: #CCCccc;
}
a:hover {
	color: #CCCccc;
}

h1, h2, h3 {
	font-weight: normal;
	color: #696969;
}

h1 {
	font-size: x-large;
}

h2 {
	letter-spacing: -1px;
	font-size: x-large;
}

h3 {
	font-size: large;
	padding-top: 10px;
}
h1.homepage {
	font-size: large;

}
h2.homepage  a  {
	font-weight: normal;
	font-size: large;
	text-decoration: none;
}
h2.homepage  a:link {
	color: #696969;
}
h2.homepage  a:visited {
	color: #696969;
}
h2.homepage  a:active {
	color: #CCCccc;
}
h2.homepage  a:hover {
	color: #CCCccc;
}

p, ul, ol {
	color: #696969;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}




.caption {
	margin: 0;
	color: #FFFfff;
	font-size: xx-small;
}

h1.caption {
	color: #999999;
	padding-top:10px;
	font-size: small;
	font-weight: bold;
}

h2 {
	color: #999999;
	padding:10px 0 5px;
	margin: 0;
	font-size: xx-small;
	letter-spacing: normal;
}

.bdrgreytop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #696969;
	border-right-color: #696969;
	border-bottom-color: #696969;
	border-left-color: #696969;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.quotewhite {
	font-size: x-small;
	color: #FFFFFF;
}

.bdrblackbtm {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

.tblcontact {
	font-size: x-small;
	background-color: #F0F0F0;
}

.required {
	margin: 0;
	color: #993300;
	font-size: xx-small;
}

.tabledisplay {
	border-color: #999999;
	align: center;
	border: 1;
	width: 100%;
	cellpadding: 10;
	cellspacing: 0;
	bgcolor: #CCCCCC;
}

