@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.9em;
}

#container {
	width: 600px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #990000;
}


#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #CC9900;
	font-size: 0.9em;
}
.top {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	background-color: #990000;
	height: 20px;
	border-top-style: solid;
	border-top-color: #CC9900;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	border-top-width: 0px;
}


.tittle {
	font-family: "Courier New", Courier, monospace;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}


.subtitle {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.1em;
	font-style: normal;
	color: #CC9900;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.sub1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #006699;
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
}
.pBlue {
	
	color: #006699;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.9em;
	color: #990000;
	background-color: #FFFFFF;
}
.textField {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.9em;
	color: #333333;
	background-color: #FFFFFF;
	font-style: oblique;
}




a:link{
	color: #CC9900;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: #990000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}
a:active{
	color: #990000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #990000;
}


#footer {
	background-color: #990000;
	height: 80px;
	width: 600px;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}
#footer p {
	display: block;
	background-color: #DDDDDD;
	width: 100%;
	padding-left: 0px;
	text-indent: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
}


</style>
.tittle {
	font-size: 105%;
	color: #FFFFFF;
	background-color: #FF0000;
	display: block;
}
.tableTitle {
	font-size: 125%;
	color: #CC9900;
	background-color: #990000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	text-align: center;
	font-weight: bold;
}
.form-table {
}
.form-text {
	margin-right: 50px;
	margin-left: 50px;
	color: #990000;
}
.form-text a{
	color: #000000;
}
.form-text a hover{
	color: #BC9900;
}
