body
{
  background-image: url('content/bg.png');
  background-repeat: repeat-x;
  background-position: 0% 0%
}

normal
{
	font-family: arial;
	font-size: 12px;	
}

a:link
{
	color: ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a:visited
{
	color: ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #000000;
}

.bluetabs li a:visited{
color: #3d358e;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #3d358e;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: FFFFFF;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}