
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	background: url("../images/bg.jpg") #61B9E9 top left repeat-x;
	font-size: 10px;
	color: #4F4F4F;
}

h1{font-size: 14px;}

 /* TEXT LINKS
 -------------------------------------------------------------------------*/

 /*default - grey to dark blue*/

 A:link {
 color:#136891;
 text-decoration:none;
 }

 A:visited {
 color:#136891;
 text-decoration:none;
 }

 A:active {
 color:#136891;
 text-decoration:none;
 }

 A:hover {
 color:#446575;
 text-decoration:underline;
 }

 A.nav{
 font-size:10px;
 font-weight:normal;
 }

 a {
 font-size:10px;
 font-weight:bold;
 }

 /* TEXT LINKS - END
  -------------------------------------------------------------------------*/

   .navBar a:link {
   color:#FFFFFF;
   text-decoration:none;
   }

   .navBar a:active {
   color:#FFFFFF;
   text-decoration:none;
   }

  .navBar a:visited {
   color:#FFFFFF;
   text-decoration:none;
   }



   .navBar a:hover {
   background:#583939;
   color:#797979;
   align:centre;
   valign:centre;
   text-decoration:none;
   font-weight: bold;
   }

   .navBar a {
   text-color:#797979;
   align:centre;
   valign:bottom;
   text-decoration:none;
   font-weight: bold;
   padding:8px;
   display:block;
   font-size:12px;
   }

   .selected {
     background:#FFFFFF;
     color:#583939;
     align:centre;
     valign:centre;
     text-decoration:none;
     font-weight: bold;
     padding:8px;
     display:block;
     font-size:12px;
   }

 p{font-size:10px;}
 strong{font-size:10px;}
 img{border:0px;}

 .smalldarktext {
 font-size:10px;
 }
 
 .sidebar img {padding:2px;}
 
/* ROUNDED Corner CSS */ 
 .roundcont {
		
		background-color: #CE0808;
		color: #fff;
		}
		
		.roundcont p {
			margin: 0 10px;
		}
		
		.roundtop { 
			background: url(../images/tr.gif) no-repeat top right; 
		}
		
		.roundbottom {
			background: url(../images/br.gif) no-repeat top right; 
		}
		
		img.corner {
		   width: 15px;
		   height: 15px;
		   border: none;
		   display: block !important;
		}
/* End of - ROUNDED Corner CSS */

  .thumbnail {
 	padding: 3px;
 	border: 1px #BFBFBF solid;
 	background-color: #FFFFFF;
 	margin:5px;
 }