
body
	{ background-color: #EEEEEE;
        font-family: Verdana, Helvetica, Arial, MS San Serif;
	}

a:link
	{color: #660099; 
	text-decoration: underline;
	}
a:visited 
	{color: #800000; text-decoration: underline; }

a:hover 
	{color: #660099; text-decoration: underline;}

a.nav:link 
	{color: #660099; 
	text-decoration: none;
	font-size: 9pt;}

a.nav:visited 
	{color: #660099; text-decoration: none; font-size: 9pt;}

a.nav:hover 
	{text-decoration: underline; font-size: 9pt;}

a.cart:link
    { text-decoration: none;  
        color: Black;
        font-size: 9pt;}
 

a.cart:visited 
	{color: black; text-decoration: none; font-size: 9pt;}

a.cart:hover 
	{text-decoration: underline; font-size: 9pt;}

font.title 
	{ 	
		color: #0033CC;
		font-size: 20pt; 
		font-weight: bolder;
	}
font.title2 
	{ 	
		color: #333333;
		font-size: 13pt; 
		font-weight: bold;
		font-family: Arial;
	}
B 
	{ 	
		color: #3333cc;
	}
B.black 
	{ 	
		color: #333333;
	}
h1 
	{ 	font-size: 115%; 
		color: #0033cc;
		font-weight: bold;
	}
h2 
	{ 	font-size: 105%;
		color: #0033cc;
		font-weight: bold;
		margin-bottom: -10px;
		border-bottom: 1px solid #b0c0d0;
	}

font.b1
	{
		color: #FFFFFF;
		background-color: #6699CC;
		font-weight: bold;
	}

font.tm
	{ color: #0033CC;
	font-size: 80%;
	font-weight: bold;
	}

font.copyright
	{
		color: #333333;
		font-size: 70%;
	}

.footer
	{
		font-size: 70%;
	}
	
.footerbig
	{
		color: #333333;
		font-size: 80%;
		font-weight: normal;
	}

.links	
	{ font-size: 80%; 
	  font-weight: normal;
	  background-color: #EEEEEE; }

.container
	{
		margin-left: auto;
		margin-right: auto;
	}	
	  
.content			
	{ 
		font-size: 95%;
        background-color: #FFFFFF; 
		border: 1px solid #ccc;
		padding: 10px;
		line-height: 140%;
	}
.contentcolor			
	{ 
		font-size: 95%;
        background-color: #D6DEEC; 
		border: 1px solid #ccc;
		padding: 10px;
		line-height: 140%;
	}
.contentwarn
	{ 
		font-size: 95%;
		font-weight: bold;
        background-color: #D6DEEC;
		border: 1px solid #ccc;
		padding: 10px;
		line-height: 140%;
	}
	.contentsub			
	{ 	
		font-size: 95%;
		background-color: #FFFFFF; 
		/*padding: 10px;*/
		line-height: 140%;
	}

.sidebarcontent			
	{ 	
		font-size: 90%;
        background-color: #FFFFFF; 
		padding: 10px;
		/*border: 1px solid #ccc;*/
		line-height: 110%;
	}
.sidebarboxed		
	{ 	
		font-size: 100%;
        background-color: #FFFFFF; 
		padding: 10px;
		border: 1px solid #ccc;
		line-height: 110%;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		margin-left: 75px; 
		padding: 1px;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
	/*	background: #f3f3f3; */
		background: #CFCFCF;
		font-size: 15px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 2px;
		margin-left: 2px;
		border: 1px solid #ccc;
		text-decoration: none;
	/*	color: #666; */
		color: #333333;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}

 div.headerblock {
     background-color: #80BEED;
     color: #000;
     border-top: 1px solid #3369C1;
     border-bottom: 1px solid #3369C1;
     border-left: 1px solid #3369C1;
     border-right: 1px solid #3369C1;
     padding: 0.25em 0.5em 0.25em 2.5em;
     font-weight: bold;
     position: relative;
     min-height: 1.15em;
 }
