@charset "utf-8";
/* CSS Document */

BODY{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555555;
	background-color:#555555;
}

TABLE{
	padding:0px;

}

TABLE TD{
	vertical-align:top;
	padding:10px;
	margin:0px;
	border:none;
}


STRONG{

}

A{
	color:#D34E25;
	font-weight:bold;
	text-decoration:none;
}

A:hover{
	color:#D34E25;
	font-weight:bold;
	text-decoration:underline;
}

H1{
	color:#D34E25;
	font-size:16px;
}

H2{
	color:#D34E25;
	font-size:14px;
}

H3{
	color:#D34E25;
	font-size:12px;
}

#frame{
	background-color:#FFFFFF;
	margin:10px;
	padding:10px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomright:20px;
}

.portlet{
	width:200px;
	background-image:url(../images/portletBG.jpg);
	background-repeat:repeat-x;
	border:solid 1px #CCCCCC;
	padding-bottom:1px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

.portlet .body{
	padding:0px 5px 0px 5px;
}

.portlet .header{
	text-align:center;
}

.portlet .footer{
	text-align:right;
	background-color:#EEEEEE;
	padding:0px 5px 0px 5px;
}

.portlet H1{
	color:#333333;
	font-weight:normal;
}


