a:link {
	text-decoration: none;
	color: #003399;
} 
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #FF6633;
} 
a:active {
	text-decoration: none;
	color: #003399;
} 

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/template/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}  

.sidebar {
	width: 250px;
	vertical-align: top;
}
 
.content {
	width: 984px;
	vertical-align: top;
	padding: 10px;
}



.navbar {
	/*background-image: url(images/bg-navbar.jpg);*/
	/*background-repeat: repeat-x;*/
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}

.navbar tr td {
	background-color: #F9120C;
	border: 1px #ffffff solid;
	padding: 0;
	height: 15px;
	
}
.navbar tr td a:link{
	color: #FFFFFF;
	width:100%;
	height:100%;
	display:block;
	padding-top:0px;
}
.navbar tr td a:visited{
	color: #FFFFFF;
	width:100%;
	height:100%;
	display:block;
	padding-top:0;
}
.navbar tr td a:hover{
	color: #0084D0;
	width:100%;
	height:100%;
	display:block;
	background-color: #9CEDFE;
	padding-top:0;
}
.navbar tr td a:active{
	color: #59C1FD;
	width:100%;
	height:100%;
	display:block;
	padding-top:0;
}



table {     /* this is where the default font for the whole document is defined as everything is in a table */
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
	font-style: normal	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #cc3300;
	font-style: normal	
	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC3300;
	font-style: normal	
}

h5{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: blue;
	font-style: italic	
}

h6{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: Fuchsia;
	font-style: italic	
}


ul {
	
	/*a: color(#7E3B98);*/
}

img {
border-color: #ffffff;
}

.backwards {
unicode-bidi:bidi-override; 
direction: rtl;
}

.footer {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	font:Verdana, Helvetica, sans-serif; 
	font-size:11px;
	color: #CC3300;
	height: 40px;
	vertical-align: middle;
	padding-bottom: 10px;
}
.footer a:link {
	color: #CC3300;
} 
.footer a:visited {
	color: #CC3300;
}
.footer a:hover {
	color: #2FB1F4;
} 
.footer a:active {
	color: #2FB1F4;
}

.loc-img-txt {
	font: Verdana, Helvetica, sans-serif; 
	font-weight:800; 
	font-size:14px; 
	color:#F0370C; 
	text-align:center;
	}

