/* CSS Document */
 A:link {color:#8D0013; text-decoration: none} A:visited {color:#8D0013;  text-decoration:none;} A:hover {color:#8D0013;  background-color:#D9D9D9} A:active {color:#8D0013} 


 
.nav A:link 	{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:10px; text-decoration: none; }
.nav A:visited { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:10px; text-decoration: none; }
.nav A:active  { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:10px; text-decoration: none; }
.nav A:hover  { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:10px; text-decoration: none; background-color:transparent; font-weight:bold; }

 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/backgrounds/main_back.jpg);
	background-color: #EDEDED;
}


.transparant_colour {

background-color:#FF66FF;
}

.navbar_left {
	background-color:#CEDDFA;
	background-image: url(/images/backgrounds/left_nav_transparant.gif);
	}

 /* General site text */
 
.siteText,p,td	{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#4A4A4A;
font-size: 12px;
}

.style_yellow {
	color: #000000;
}

.heading_text {
	color: #8D0013;
	font-weight: bold;
	}

.heading_text_black {
	color: #000000;
	font-weight: bold;
	}
	
.subheading_text {
	color:#ED7222;
	}

.style_purple {
	color: #9F5AAA;
}

.style_darkgrey {
	color: #000000;
}

.style_blue {
	color: #4C82C2;
}

.style_orange {
	color: #F28062;
}
.style_white {
	color: #FFFFFF;
}
.style_black {
	color: #000000;
}
.style_darkblue {
 color:#0560A6;
 }

  .menu
  {
   position:centre;
   background-color:#336666;
   border:1px solid #FFFFFF;
   width:140;
   font-size:11px;
   font-family:verdana;
   font:bold;
   position:absolute;
   cursor:hand;
   color:#FFFFFF;
  }

  .item_panel
  {
    width:140;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    clip:rect(0,150,0,0);
    position:absolute;

  }

  .item_panel a

  {
   text-decoration:none;
   color:white;
   cursor:hand;
  }
  .item
  {
   background-color:#669999;
   width:138;
   font-size:10px;
   font-family:verdana;
  }

.style11 {
	font-family: Tahoma;
}
.style_multiline_box {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.textbox {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;

	padding: 4px;
}


-->
