/* CSS Document */

html,body {
	background-color: #F6F3E9;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#fullheight{height:100%;}

a:link {
	color: #862125;
}

a:hover {
	color: #666666;
}

a:visited {
	color: #6B3D45;
}

.colorwhite {
	color: #FFFFFF;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #F6F3E9;
}

.whitelink a:link {
	color: #FFFFFF;
}
.whitelink a:hover {
	color: #BCDA90;
}
.whitelink a:active {
	color: #FFFFFF;
}
.whitelink a:visited {
	color: #F6F3E9;
}

h6 {
	font-size: 9px;
	font-weight: normal;
}
.padmed {
	padding: 10px;
}
.description {
	font-size: 10px;
}
.title {
	font-size: 12px;
	font-weight: bold;
}
.date {
	font-size: 10px;
}
.download {
	font-size: 12px;
}
.rowcolor1 {
	background-color: #E7E4DF;
}
.rowcolor2 {
	background-color: #D0CDBE;
}
.outlinemed {
	padding: 3px;
	border: thin solid #D0CDBE;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #D0CDBE;
	border-right-color: #D0CDBE;
	border-bottom-color: #D0CDBE;
	border-left-color: #D0CDBE;
	color: #333333;
}
li {
	line-height: 22px;
}
p {
	margin: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px -10px 5px;
	padding: 0px;
}
.borderall {
	border-top: thin none #666666;
	border-right: thin solid #666666;
	border-bottom: thin none #666666;
	border-left: thin solid #666666;
}
.maroon {
	color: #862125;
}

