/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
}

body {
        /** background-image: url(csimg/bck.gif); / Link to the image you created **/
        background-repeat: repeat-y; /** Repeats the image vertically **/
        background-position: center; /** Centers the Background image **/
        background-color:#ffffff ; /** Website BG colour (matches canvas colour in Step 1) #d5d7d8**/
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
}

#container {
        width: 768px;
        margin: 0 auto;
        text-align: center;
}

a {
	font-size: 11px;
	text-decoration:none;
}
.style2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}
.A3g {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#BBBBBB;
}
.A3gs {	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#BBBBBB;
}
.style4 {
	font-size: 12px;
	color: #CCCC00;
	font-weight:bold;
	padding-left:10px;
}
.style6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}
.style7 {
	font-size: 12px;
	color: #ff6600;

}
.style8 {
	font-size: 12px;
	color: #ff6600;
	font-weight:bold;
}
.style9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b4c3e2;
	font-size: 12px;
}
.style10 {
	font-size: 12px;
	color: #666666;
}
.titulos {
    font-variant: small-caps;
	font-size: 18px;
	font-weight:bold;
	color: #000066;
	padding-left:30px;
	font-family:Trebuchet MS;
}
.form {
	font-size: 11px;
	color: #ffffff;
	padding-left:30px;
	padding-right:30px;
}