/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
a {
	color:#990000;
	text-decoration:underline;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
.RedColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #840818;
}
.Redbr {
	color: #990000;
}
.button {  
	background-color: #840818; 
	height: 25px; 
	font-weight: bold;
	color: #ffffff;
	cursor: hand;
}
.bottxt {
	font-size: 10px;
	color: #000000;
}

.tableOutsideBorder {
	border-color:#333366;
	border-style:solid;
	border-width:1px;
}

.tdBottomBorder {
	border-bottom-color:#333366;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.tdRightBorder {
	border-right-color:#333366;
	border-right-style:solid;
	border-right-width:1px;
}
.tdLeftBorder {
	border-left-color:#333366;
	border-left-style:solid;
	border-left-width:1px;
}

.tdTopBottom {
	border-bottom-color:#333366;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333366;
	border-top-style:solid;
	border-top-width:1px;
}
.tdBottomRight {
	border-bottom-color:#333366;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#333366;
	border-right-style:solid;
	border-right-width:1px;
}
.tdLeftRight {
	border-left-color:#333366;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#333366;
	border-right-style:solid;
	border-right-width:1px;
}
.tdLeftTopBottom {
	border-bottom-color:#333366;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333366;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#333366;
	border-left-style:solid;
	border-left-width:1px;
}
