body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.style4 {color: #FF0000}

.h1 {font-size:16px;}

.h2 {font-size:14px;
color:#000000;}

.h3 {font-size:10px}

.p {font-size:12px}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	background-color:#FFFF00;
}
a:active {
	color: #000000;
}


#main-content {
    background-image:url(images/background.jpg);
    background-repeat:no-repeat;
	background-position:top right;
}

.style1 {
	font-size: 10px;
	font-weight: bold;
}

.style2 {
	font-size: 10px;
}

.style3 {
	font-size: 12px;
	background-color:#FFFF00;
}

.style5 {
	font-size: 11px;
}
/* TAB */
body { font-size: 80%; font-family: Verdana, Arial, Sans-Serif; }
      ul#tabs { list-style-type: none; margin: 0px 0 0 0; padding: 0; }
      ul#tabs li { display: inline; }
      ul#tabs li a { border: none; border-bottom: none; padding: 0; }
      ul#tabs li a:hover { }
      ul#tabs li a.selected { padding: 0; }
      div.tabContent { border: 1px solid #000000; padding: 0.5em; background-color: #FFFFFF; font-size: 12px; }
      div.tabContent.hide { display: none; }
/* END TAB */
