body {
	margin: 0;
	background: url(../images/back.jpg) repeat-y;
	font: normal 12px Arial;
	text-align: center;
	background-position: center;
	background-color:#B50363;
}

table, tr, td {
	font: normal 12px Arial;
}

a { 
	font-weight:bold; 
	text-decoration:none; 
	color: #333;
	}

a:hover { 
	text-decoration:underline; 
	color: #333;
	}
	
img	{
	border: 0;
	}
	
.global {
	height:auto;
	margin: 0 auto;
	width:900px;
	background-color:#FFF;
	text-align:left;
}

.logo {
	float:right;
}

.login {
	font-size:10pt;
	float:left;
	color:#000;
}

.flash {
	float:left;
	clear:both;
	height:10px;
	width:100%;
}

.head {
	height:150px;
}

.menu {
	text-align:left;
	background-color:#fff;
	height:auto;
	}

.menu img {
	padding-top:3px;
}

.menu ul {
	list-style-type: none;
	padding:0px;
	margin:0 0 0 0;
	height:auto;
	}

.menu li {
	font-size:10pt;
	width:auto;
	min-height:25px;
	height:auto;
	background-color:#CCCCCC;
	margin-bottom:5px;
	color:#FFFFFF;
	}

.menu a {
	text-decoration:none;
	line-height:25px;
	font-weight:normal;
	display:block;
	color:#000;
	font-weight:bold;
	padding-left:5px;
	}

.menu a:hover {
	text-decoration:none;
	line-height:25px;
	font-weight:normal;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
   background-color:#999999;
	}

.body {
	clear:both;
	padding-right:5px;
	padding-left:5px;
	margin-top:10px;
	margin-bottom:10px;
}

.col_one {
	float:left;
	width:175px;
}

.col_two {
	float:left;
	width:480px;
	margin-left:30px;
}

.col_three {
	float:left;
	margin-left:30px;
	width:175px;
}

.button {
	background:url('../images/button.jpg') no-repeat;
	border:none;
	height:28px;
	width:69px;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

.footer a {
	color:#FFFFFF;
	}

.footer a:hover {
	color:#FFFFFF;
	}

#mid.footer {
	background-color:#740A2E;
	color:#ffffff;
	text-align:right;
	float:left;
	width:100%;
	line-height:20px;
	margin-top:20px;
	}

#base.footer {
	text-align:left;
	color:#ffffff;
	background-color:#4F041E;
	float:left;
	width:100%;
	height:20px;
	}

.inner_sub {
	list-style-type: none;
	padding: 10px 0 0 0;
	margin:none;
	border-width:1px 0 0 0;
	border-style:dotted;
	border-color:#7C164B;
	}
	
.inner_sub li {
	font-size:10pt;
	}
	
.big_button {
	background: url('../images/big_button.jpg') no-repeat;
	width:180px;
	line-height:40px;
	display:block;
	text-align:center;
	color:#FFF;
	font-size:14pt;
}

.big_button:hover {
	text-decoration:none;
	background: url('../images/big_button_over.jpg') no-repeat;
	color:#FFF;
}

.visible {
	display: visible;
}

.hidden {
	display: none;
}

.box_head {
	background:url('../images/top.jpg') repeat-x;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	margin-top:20px;
	padding-left:5px;
}

.box_content {
	padding: 0px;
	margin: 0 0 0 0;
	border-style:solid;
	border-color:#7C164B;
	border-top-width:0;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	padding:5px;
}
