/* general */

body, html {
	text-align: center;
}

body, form {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C2C2C;
}

a {
	color: #0E5FBB;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
.menu_buttom a{
	color: #4B6974;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menu_buttom a:hover{
	text-decoration: underline;
}
h1 {
	margin-bottom: 10px;
	font-size: 18px;
}

h2 {
	margin-bottom: 5px;
	font-size: 14px;
}

hr {

}

ul {
	shape: squre;
}

/* form */
@import url(form.css);


/* layout */

.page {
	width: 750px;
	background-color: black;
}

.page .top {
	height: 20px;
}

.page .left, .page .right, .page .center {
	width: 200px;
	height: 450px;
	border: 1px solid #000000;	
}

.page .left {
	background-color: #FFD700;	
	border-right: 0px;	
}

.page .right {
	background-color: #BA9D00;	
	border-left: 0px;	
}

.page .center {
	width: 350px;
	background-color: #C0C0C0;
	padding: 5px;
}
.table_main_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
}
.table_fade {
	background-image: url(dsg/head_fade.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: right bottom;
}
.table_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	background-color: #F3F3F1;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform:uppercase;
	height:30px;
}
.header_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A9A9A;
	text-transform:uppercase;
	font-weight:bold;
}

