/* 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: #d5d7d8; /** Website BG colour (matches canvas colour in Step 1) **/
		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: #CCCC00;
}
.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: #CCCCCC;
	font-style: italic;

}
.style8 {
	font-size: 12px;
	color: #2c8dbd;
	font-weight:bold;
}
.style9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #62b122;
	font-size: 12px;
}
.style10 {
	font-size: 12px;
	color: #666666;
}
.style11 {
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.titulos {
    font-variant: small-caps;
	font-size: 18px;
	font-weight:bold;
	color: #6c7988;
	padding-left:30px;
}
