html, body{
	background-color: #520002;
	color: #000000;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

img{ border: none; }

a{ color: #000000; text-decoration: none; }
a:hover{ color: #990000; text-decoration: underline; }

.menu_left{
	margin-top: 10px;
	width: 140px;
	border: solid 1px #000000;
	text-align: left;
	
	background-image: url(images/menu/bg_left.jpg);
	background-repeat:repeat-y;
}

.menu_right{
	margin-top: 10px;
	width: 140px;
	border: solid 1px #000000;
	text-align: left;
	
	background-image: url(images/menu/bg_right.jpg);
	background-repeat:repeat-y;
}

.menu_link a{
	display: block;
	padding: 3px;
	border-bottom: solid 1px #000000;
	
	color: #FFFFFF;
	text-decoration: none;
}

.menu_link a:hover{
	color: #000000;
	background-color: #FFB936;
	text-decoration: none;
}



.content_background{
	width: 90%;
	height: 100%;
	background-color: #FFFFFF;
}



.default_form_textfield{
	width: 99%;
	border: solid 1px #000000;
	background-color: #FFFFCC;
	font-weight: bold;
}
