BODY, TD,P, H1, A, LI{
font-family: "Trebuchet MS", Helvetica, sans-serif;

margin-top:0px;


}
P, LI{

font-size:12px;
}
A{
/*
font-family: Futura, Helvetica, sans-serif;
*/

font-size:12px;
color:#333333;
font-weight:bold;
text-decoration:none
}
A:HOVER{
text-decoration:underline
}

.line{
	width:100%;
	height:1px;
	background-color:black
}
.line_left{
border-left:1px solid black;
border-right:1px solid black;
}

.capsule
{
    text-align: center;
    #padding: 4px 10px;
    font-family: Optima, Verdana, Helvetica;
    font-size: small;
    border-radius: 10px; 
    background-color:#F99C32;
	color:black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}
.capsule2
{
    text-align: center;
    #padding: 4px 10px;
    font-family: Optima, Verdana, Helvetica;
    font-size: small;
    border-radius: 10px; 
    background-color:#353091;
	color:black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}

#header
{
    background-color: #b70100;
	/*
	background-color: green;
	*/
    color: #ffffff;
    margin: 0;
    padding: 10px;
    text-align: left;
    border-radius-topleft: 30px; 
    border-radius-topright: 30px; 
    -webkit-border-top-right-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px; 
    -moz-border-radius-topright: 30px; 
}
#right{
	background-color:white


}
.sidebar{
/*
	background-color:red
	*/
	

}
#container
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-style: none;
}
H1{
font-size:20px;
	

}
.transON  {
	 
	opacity:.20;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2; 
}
.transOFF  {
	
	
	
}