
/* Link Definition */
a:link {color:#B1000B; text-decoration:none; }
a:visited { color:#B1000B; text-decoration:none;}
/*a:hover { color:#EE0000; text-decoration:none; background-color:#FFFF99; font-weight:bold; }*/
/*active { color:#0000EE; background-color:#FFFF99; font-weight:bold; }*/
body {
 background-image:url(images/logo.gif); background-repeat:no-repeat;
 background-attachment:fixed; padding:0px; }



P, OL, UL, LI, DIV, H1, H2, TD, TH {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 17px; }
H2 { font-size: 15px; }
H3 { font-size: 13px; }
P, H1, H2,LI {margin: 0px 0px 5px 0px;}
LINK {font-size: 25px;}


TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 380px;
}



