table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textboxes {
        font: 12px "Courier New", Courier, mono;
        background-color: #CCCCCC;
        color: #102132;
        border: 1px solid #284279;
}
.tbright {
        font: 12px "Courier New", Courier, mono;
        background-color: #CCCCCC;
        color: #102132;
        border: 1px solid #284279;
        text-align: right;
}
textarea {
	font: 12px "Courier New", Courier, mono;
	background-color: #CCCCCC;
	color: #102132;
	border: 1px solid #284279;
}
select {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #102132;
	border: 1px solid #284279;
}
.Right-Container {
	float: right;
	width: 370px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
	background-color: #FFFFFF;
}
.Title-Box {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #666666;
	text-align: center;
	padding: 3px;
	width: 100%;
	margin-bottom: 5px;
}
.Red-Text {
	color: #FF0000;
}

