/* CSS Document */
body {
	margin:0;
	padding:0;
	color:#333333;
	line-height:15px;
	text-decoration:none;
	/*background-color:#F5F6F7;*/
	background-color:#F5F6F7;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
* html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}

.bodyBlack {
	background-color: #000;
	/*background-image: url(../images/bg01.jpg);*/
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;

}
form {
	display:inline;
}
a {
	color:#fafafa;
	line-height:20px;
	text-decoration:none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	outline:none;
}
a:hover {
	color:#FDFDFD;
	line-height:20px;
	text-decoration:none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.text {
	font:normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align:justify;
	line-height:20px;
}

#form_table select, #form_table input, #form_table textarea {
	border:solid 1px #CCC;
	width:300px;
	height:20px;
}