body
{
	font-size: 11px;
	color:#999966;
	background-image:url(assets/background.gif);
	margin:10px;
	font-family: verdana,helvetica,arial,sans-serif;
}

body, p, h2, h3, table, td, th, ul, ol, textarea, input
{
}
h1 {
	font-weight:bold;
	font-size:100%;
}
a:link    {color:#900B09; background-color:transparent; text-decoration:none;}
a:visited {color:#900B09; background-color:transparent; text-decoration:none;}
a:active  {color:#FF0000; background-color:transparent; text-decoration:none;}
a:hover   {color:#FF0000; background-color:transparent; text-decoration:none;}

.boldtext {font-size: 100%; font-weight: bold;}

.largetext 
{
	font-size: 130%;
}

.smalltext 
{
	font-size: 80%;
}

.largetextbold 
{
	font-size: 130%; 
	font-weight: bold;
}

.smalltextbold 
{
	font-size: 80%; 
	font-weight: bold;
}

.redtextbold 
{
	font-size: 100%;
	font-weight: bold;
	color : #FF6600;
}

.form_items 
{ 
	border: #CCCCCC solid; 
	background-color: #EEEEEE; 
	border-width: 1px 1px 1px;
	font-size: 110%;
	margin: 5px 0 5px 0;
}

.highlight {
	background-color: #ccccff;
}

#nav ul {
background-color: transparent;
margin: 0; 
padding: 0;
font-size: 100%;
}

#nav ul li {
padding: 0;
margin: 0; 
}

#nav ul li a {
background-color: #99BCDB;
color: #900B09;
display: block;
padding: 7px;
text-decoration: none; 
height: 1%;
}

#nav a:hover, #nav a:focus { 
background-color: #88AFDB;
color: #FF0000;
text-decoration: none;
}

.leftimage{
float: left;
margin-right: 15px;
margin-bottom: 10px;
padding: 2px;
/* border: 1px solid #dddddd; */
}

.rightimage{
float: right;
margin-bottom: 3px;
margin-left: 15px;
padding: 2px;
/* border: 1px solid #dddddd; */
}

.leftimagecontent {
float: left;
margin-top: 5px;
margin-right: 15px;
margin-bottom: 10px;
/* padding: 2px;
border: 1px solid #dddddd; */
}

.rightimagecontent {
float: right;
margin-top: 5px;
margin-bottom: 3px;
margin-left: 15px;
/* padding: 2px;
border: 1px solid #dddddd; */
}

.container2{
width: 100%;
}

.menuTable {
	border-collapse:collapse;
}

.menuTabActive {
	font-size: 100%;
	font-weight: bold;
	color: #696969;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-bottom: 0px none #AAAAAA;
	background-color: #FFFFFF;
	text-align: center;
	/*padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;*/
}

.menuTabInactive {
    font-size: 100%;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	background-color: #DDDDDD;
	text-align: center;
	/*padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;*/
}
/*
.menuTabInactive a:link{
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.menuTabInactive a:visited {
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.menuTabInactive a:active {
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}


.menuTabInactive a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menuTabActive a:link, .menuTabActive a:visited  {
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
*/
.shophighlight {
	color:#FF6600;
	font-weight:bold;
}