/* Defaults */
* {
	border: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #404040;
	background-image: url("../images/pageBG.jpg");
	background-repeat: repeat-x;
	color: #333333;
	font-family: arial, helvetica, verdana;
	font-size: 9pt;
}

/* Texts & Links*/
p { text-indent: 35px; margin: 5px 0px 10px 0px; }
a { color: #ad0000; }
a:hover { color: #ff9c00; }
h1 {
	font-size: 10pt;
	color: #ad0000;
	margin: 0px 0px 5px 0px;
}
input, textarea { border: 1px solid black; background-color: white; color: #333333; }

/* Misc */
.float_left { float: left; }
.float_right { float: right; }
.show_section { display: visible; }
.hide_section { display: none; }