/* CSS Document */
body
{
	margin:0;
	padding:0;
	color:#303e4f;
	font-family:arial;
	font-size:12px;
	background-image:url(/images/all_bg.jpg);
	background-repeat:repeat-x;
	background-color:#e8e8e8;
}

p
{
	padding:0;
	margin:0;
}

.hp_bg
{
	background-image:url(/images/hp_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.header_bg
{
	background-image:url(/images/header_bg.jpg);
	background-repeat:repeat-x;
	height:106px;
}

/*top menu */
table#top_menu
{
	background-image:url(/images/menu_top_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:100%;
	height:40px;
	cursor:pointer;
	background-color:#841c50;
}
td#top_menu_top_line
{
	background-image:url(/images/menu_top_bg_top.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:100%;
	height:8px;
	background-color:#af7192;
}
table#top_menu td
{
}
table#top_menu td a
{
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}

/* left menu*/
table#left_menu td.left_menu_button
{
	background-image:url(/images/left_menu_button_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:29px;
	width:100%;
	padding-right:9px;
	padding-left:9px;
	cursor:pointer;
}
table#left_menu td.left_menu_button a
{
	color:#951258;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

/* middle menu*/
table#middle_menu td.middle_menu_button
{
	background-image:url(/images/middle_menu_button_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:59px;
	width:202px;
	padding-right:11px;
	padding-left:11px;
	cursor:pointer;
}
table#middle_menu td.middle_menu_button a
{
	color:#303f50;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

/* news ticker */

table#news_ticker td.news_boddy
{
	background-image:url(/images/news_bg.jpg);
	background-repeat:repeat-x;
	height:175px;
	background-color:#9f9c9c;
	color:#FFFFFF;
	text-align:center;
}
table#news_ticker td.news_boddy div.title
{
	font-weight:bold;
	text-align:left;
	padding-right:9px;
	padding-left:9px;
	
	
}
table#news_ticker a.title 
{
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}
table#news_ticker td.news_boddy div.text
{
	padding-right:9px;
	padding-left:9px;
	text-align:left;
	font-size:12px;
}
table#news_ticker a.text 
{
	text-decoration:none;
	color:#FFFFFF;
}
table#news_ticker td.news_boddy hr
{
	height:1px;
	color:#ffffff;
	margin-bottom:5px;
	width:92%
}

/* Bottom menu */

table#bottom_menu
{
}
table#bottom_menu td.spacer
{
	width:7px;
	font-size:1px;
}
table#bottom_menu td a
{
	width:100%;
	height:100%;
	text-decoration:none;
}
table#bottom_menu td 
{
	width:118px;
	height:85px;
	cursor:pointer;
	background-repeat:no-repeat;
}



#footer
{
	height:21px;
	background-image:url(/images/footer_bg.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	background-color:#6c6a6b;
	
}
#footer a
{
	color:#ffffff;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
	font-size:12px;
}
.credits {
	font-family: Arial;
	font-size: 12px;
	color: #747272;
	text-decoration: none;
	 background-color:#e8e8e8	
	
}
.credits a{
	font-family: Arial;
	font-size: 12px;
	color: #747272;
	text-decoration: none;	
	
}

/* IN PAGE */
h1 {

    font-family: Arial;
	font-size: 16px;
	color: #911156;
	text-decoration: none;
	margin:0px;
	padding:0px;

}
h2 {

    font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin:0px;
	padding:0px;

}
h3 {

    font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin:0px;
	padding:0px;
	text-decoration:underline;

}

.page_text {
	font-family: Arial;
	font-size: 12px;
	color: #303e4f;
	text-decoration: none;	
	
}
.page_text a {
	font-family: Arial;
	font-size: 12px;
	color: #5C1034;
	text-decoration: none;	
	
}
/* inner MENUS */
.menu1 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
	
}

.menu1Focus {
	font-family: Arial;
	font-size: 12px;
	color: #5C1034;
	text-decoration: none;	
	width:100%;
}

.menu1 a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #5C1034;
	text-decoration: none;	
	
}

.in_left_bg {
	background-image: url(/images/in_left_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	background-color:#d7d7d7;
}

.contact_bg {
	background-image: url(/images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

.formtextbox {  font-family: Arial;	font-size: 12px;color: #000000;text-decoration:none; border: 1px #9D9D9D solid}
.form_caption {  font-family: Arial;	font-size: 12px;color: #000000;text-decoration:none}







