.bodytext
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #999999;
		text-decoration: none;
	}
.bluetext 
	{

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		color: #4169E1;
		text-decoration: none;
	}


.bluetext:hover 
	{

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		color: #4169E1;
		text-decoration: underline;
		
	}


.footertext 
	{

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		color: #569bd2;
		text-decoration: none;
		text-transform:uppercase;
		
	}

.blacktext
	{

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}

.headtext
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		

	}

.headtext:hover 
	{

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #569bd2;
		text-decoration: underline;
		
	}

.menulink-blue
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #4169E1;
		text-decoration: none;
		

	}
.menulink-blue:hover 
	{

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #4169E1;
		text-decoration: underline;
		
	}

.menulink-org
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ff9600;
		text-decoration: none;
		

	}
.menulink-org:hover 
	{

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #ff9600;
		text-decoration: underline;
		
	}




BODY 
	{ 
		 background: url("images/background.jpg");
		 background-repeat: repeat-x;
		 background-attachment : fixed;
		 background-position: center;
		

    }

.linktext 
	{

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		color: red;
		text-decoration: none;
	}

.btn
	{
	   color:#000000;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   font-weight: bold;
	   background-color:#f5f8d9;
   }

.td 
	{ 
		border-left-style: solid; 
		border-left-color: #bad68d; 
		border-left-width: 1px; 
		border-bottom-style: solid; 
		border-bottom-color: #bad68d; 
		border-bottom-width: 1px;
		border-right-style: solid; 
		border-right-color: #bad68d; 
		border-right-width: 1px;
	}

.tdhead
	{ 
		border-top-style: solid; 
		border-top-color: #bad68d; 
		border-top-width: 1px;
	}
