/* ********************************
*** TAG STYLES
******************************** */

BODY		 				{ font-family: tahoma, verdana, sans-serif; color: rgb(0,0,0);background-color: rgb(255,255,255); margin: 20px 0px 0px 20px; background-image: url(media/background_wide.jpg); background-repeat: repeat-y }
BODY.top	 				{ background-color: rgb(55,60,85); background-image: url(media/top_background.jpg); background-repeat: no-repeat; margin: 0px; }
BODY.menu 					{ background-color: rgb(255,255,255); background-image: url(media/menu_background.gif); background-repeat: repeat-y; margin: 0px; }
BODY.empty 					{ background-color: rgb(220,220,220); background-image: url(media/empty_background.gif); background-repeat: repeat-y; margin: 0px; }

TD, DIV						{ font-family: tahoma, verdana, sans-serif; font-size: 12px; color: rgb(0,0,0); }
H1							{ font-family: tahoma, verdana, sans-serif; font-size: 24px; color: rgb(0,0,0); display: inline; }
H2							{ font-family: tahoma, verdana, sans-serif; font-size: 19px; color: rgb(0,0,0); display: inline; }
H3							{ font-family: tahoma, verdana, sans-serif; font-size: 14px; color: rgb(0,0,0); display: inline; }
LI							{ font-family: tahoma, verdana, sans-serif;font-weight: normal; color: rgb(0,0,0);}

A, A:active					{ font-family: tahoma, verdana, sans-serif;color: rgb(0,0,0); font-weight: bold; text-decoration: underline; }
A:hover						{ font-family: tahoma, verdana, sans-serif;color: rgb(0,0,0); font-weight: bold; text-decoration: none; }

A.menu, A.menu:active		{ font-family: tahoma, verdana, sans-serif;color: rgb(0,0,0); font-weight: normal; text-decoration: none; }
A.menu:hover				{ font-family: tahoma, verdana, sans-serif;color: rgb(0,0,0); font-weight: normal; text-decoration: underline; }

A.footer, A.footer:active	{ font-family: tahoma, verdana, sans-serif;color: rgb(0,0,0); font-weight: normal; text-decoration: none; }
A.footer:hover				{ font-family: tahoma, verdana, sans-serif;color: rgb(0,0,0); font-weight: normal; text-decoration: underline; }

/* ********************************
*** CUSTOM STYLES
******************************** */

.footer						{ font-family: tahoma, verdana, sans-serif;color: rgb(100,100,100); }
.terms_main					{ list-style-type: decimal;font-weight: bold;  }
.terms_sub					{ list-style-type: lower-alpha;font-weight: bold;  }