body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

/* link styles */
a
{
	text-decoration: none;
	color: #006292; 
}

a:hover
{
   color: #CC0000;
}

/* end link styles */


/* font styles */
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006292;
}
.txt_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
}
.txt_down {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}
.txt_content_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	text-align:justify;
}
.txt_content_grey_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	text-align:justify;
}
.txt_content_grey_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404040;

}
.txt_content_grey_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
}
.txt_content_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
}
.txt_content_bold_b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
}
.txt_content_orange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fc7d01;
}
.txt_content_orange_m{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fc7d01;
}
.txt_content_orange_b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fc7d01;
}
.txt_content_blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1d4d7a;
}
.txt_content_grey_dot{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b9b9b9;
}
.txt_content_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.txt_content_orange_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 66px;
	font-weight: bold;
	color: #fc7d01;
}
.txt_content_orange_normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}
.txt_content_white_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.txt_content_yellow_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffb30f;
}
.txt_content_white_menu_normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
.txt_content_blue_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #006cc5;
}
/* end font styles */


/* menu */

#templatemo_menu_wrapper {
	width: 100%;
	height: 120px;
	margin: 0 auto;	
}

#templatemo_menu {
	width: 645px;
	height: 20px;
	margin: 0 auto;
	padding-top: 0px;
}

#templatemo_menu ul {
	width: 660px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	position: relative;
	float: left;
	display: block;
	width: 100px;
	margin-right: 2px;
	height: 50px;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;
	outline: none;
}

#templatemo_menu ul li a span {
	position: absolute;
	top : 0px;
	right: 2px;
	width: 2px;
	height: 30px;
	background: url(../images/arrow.png)right no-repeat;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	background: url(../images/templatemo_menu_mouse_hover.png) center no-repeat;
}

#templatemo_menu li .last span {
	background: none;
}

.hidden {visibility:hidden}

.thick_img_border {border-style:solid; border-width:3px; border-color:Silver} 

.no_img_border { border-style:none} 
/* end of menu */
