﻿/* Colors: 
Blue = #2B88AA
Dark Gray = #333333
Light Gray = #666666
*/

body{
	margin: 0; 
	background-color: #000000;
	font-family: Tahoma;
	color: #333333;
	font-size: 12px;
}
table{
	background-color: #FFFFFF;
}
a{
	color:#2B88AA;
}
a.dark{
	color:#444444;
}
a.dark:hover{
	color:#000000;
}
a.bro{
	color:#333333;
	text-decoration:none;
}
a.bro:hover{
	color:#2B88AA;
	text-decoration:none;
	font-weight:bold;
}

table.page{
	width:100%;
}
td.left{
	width: 306px;
	vertical-align:text-top;
}
td.right{
	width: 100%; 
	padding-right:15px; 
	padding-left:15px; 
	border-left-width:1px; 
	border-left-color:#E7E7E7; 
	border-left-style:solid
}
.blue{
	color: #2B88AA;
}
.pixeltop{
	width:5px;
	height:20px;
}
.pixelfoot{
	width:5px;
	height:20px;
}
.main{
	vertical-align:top;
	text-align:justify;
	font-size: 12px;
}
.title{
	color: #2B88AA;
	font-size: medium;
	vertical-align:top;
	font-weight:bold;
}
.title2{
	color: #666666;
	font-size: medium;
	text-align: center;
}
.picright{
	margin-left: 20px;
	margin-bottom: 20px;
	border: solid black 1px;
	float:right;
}
.picleft{
	margin-left: 20px;
	margin-bottom: 20px;
	border: solid black 1px;
	float:left;
}
.line{
	height: 1px;
	color: #E7E7E7;
}

.current{
	color:#009933;
}

.expired{
	color:#800000;
}

.header {
	font-size: 16px;
	color: #2B88AA;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-color: #2B88AA;
	border-bottom-style: solid;
}

.grande {
	font-family:Optima, "Times New Roman"; 
	font-size: 48px;
	font-weight: bold;
	color:#000;
}
.grande2 {
	font-family:Optima, "Times New Roman"; 
	font-size: 48px;
	font-weight: bold;
	color:#336D83;
	background-color:#999
}
.pequena{
	font-family:Eurostile, Arial;
	font-size:18px;
	color:#000;
}
.pequena2{
	font-family:Eurostile, Arial;
	font-size:18px;
	color:#336D83;
}

.style40{
	font-size:12px;	
}
