


.menuback

	{
	background-image: url(./images/backgrounds/diamond.gif);
	
	}


.border1	{
	border-top-style: none; 
	border-right-style: none; 
	border-bottom-style: none; 
	border-left-style: solid; 
	border-left-color: #005D43;
	border-width: 1px;
	border: thin-solid;
	
	}

.border2	{
	border-top-style: none; 
	border-right-style: none; 
	border-bottom-style: dashed;
	border-bottom-color: blue; 
	border-left-style: none;
	border-width: 1px;
	border: thin-dashed;
	
	}
	
.border3	{

	border-top-style: dashed; 
	border-right-style: dashed; 
	border-bottom-style: dashed; 
	border-left-style: dashed; 
	border-top-color: #000000;
	border-bottom-style:groove;
	border-bottom-color:#000000;
	border-width: 1px;
	border-bottom: thin-solid;
	
	}

small 
	{
	color: 000000; 
	font:10px/11px 
	verdana, arial, helvetica, sans-serif;
	}


h1 	{
	color: 700000;
	font: bold 
	18px/20px 
	arial, helvetica, sans-serif; 
	
	}


h2 	{
	color: 979797;
	font: bold 14px 
	arial, helvetica, sans-serif; 
	}

h3 	{
	color: 980000;
	font: bold 16px 
	arial, helvetica, sans-serif; 
	}

h4  
	{
	font-size : 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight : 600;
	font-style : bold;
	color : #D00000;
	}


h5  
	{
	font-size : 8px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight : 600;
	font-style : bold;
	color : #000066;
	}

p  
	{
	font-size : 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight : 400;
	font-style : normal;
	color : #000000;
	}


b 
	{
	font-weight : 600;
	font-size : 12px;
	font-family: arial, helvetica, sans-serif;
	font-style : normal;
	}


i 
	{	
	font-weight : 400
	font size: 12px 
	font-family: arial, helvetica, sans-serif;
	font-style : italic;
	}

	td 
	{
	font-size : 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight : 400;
	font-style : normal;
	color : #000000;
	}


li 
	{

	font-size : 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight : 400;
	font-style : normal;
	color : #000000;
	list-style-image : url(../images/bullet.gif);
	}



/* Link Properties */
a:link {
color : #000099;
}

a:visited {
color : #660099;
}

a:active {
color : #000066;
}

a:hover {
color : #000000;
background-color : #3366cc;
}



/* FORM Properties */

form {
 font-size : 11px;
 font-family: verdana, arial, helvetica, sans-serif; 

 padding: 5px; 
}

radio 
{ 
 background-color: #FBF8A9; 
 color: #000000; 
}


select 
{ 
 background-color: #FBF8A9; 
 color: #000000; 
}


textarea 
{ 
 background-color: #FBF8A9; 
 color: #000000; 
}
