@charset "utf-8";
/* CSS Document */

a.all:link {
	color: #000000;
	text-decoration: none
}
a.all:active {
	color: #000000;
	text-decoration: none
}
a.all:visited {
	color: #000000;
	text-decoration: none
}
a.all:hover {
	color: #404040;
	text-decoration: underline
}

a.nav:link {
	color: #69331e;
	text-decoration: none
}
a.nav:active {
	color: #69331e;
	text-decoration: none
}
a:.nav:visited {
	color: #69331e;
	text-decoration: none
}
a.nav:hover {
	color: #ce7f19;
	text-decoration: underline
}

.text { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
background-color:#FFFFFF;}

.nav { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
color:#69331e;
background-color:#e6dbbf;}

.title { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:19px;
font-weight:bold;
color:#990000;}

.smalltitle { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#990000;}
.tdback { background-color:#decc9e;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#990000;}
.button {
	font-family: tahoma, verdana, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #69331e;
	background-color: #decc9e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b6190b;
	border-right-color: #b6190b;
	border-bottom-color: #b6190b;
	border-left-color: #b6190b;
}

.AlertMessage
{
    color: Red;
    font-size: 10px;
    }