body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#666;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666;
}

p	{
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666;
	text-align:justify;
}

h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:25px; 
	color:#000;
	letter-spacing:-1px;
}

h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px; 
	font-weight:bold; 
	color:#333;
	text-align:left;
	line-height:15px;
}

p.footer {
	font-size:10px; 
	color:#666; 
	text-align:left;
}

p.msg {	
	color:#393; 
	font-weight:bold;
}

p.error {	
	color:#900; 
	font-weight:bold;
}

p.sidebar {
	font-size:11px;
}

a	{	
	color:#603;
}

a:hover {	
	color:#936;
}

a.menu {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

a.menu:hover {
	color:#ff0;
	text-decoration:none;
}

ol {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666;
}

ul {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666;
}

input.text {
	border-style:solid; 
	border-width:1px; 
	font-size:10; 
	border-color:#999; 
	width:150px;
}

input.file {
	border-style:solid; 
	border-width:1px; 
	font-size:10px; 
	border-color:#999;
}

input.submit {
	width:100px;
	height:25px;
	cursor:hand;
	border-style:solid;
	border-width:1px;
	font-size:15;
	font-weight:bold;
	color:#ffffff;
	background-color:#393;
	border-top-color:#6c6;
	border-right-color:#060;
	border-bottom-color:#060;
	border-left-color:#6c6;
}

select {	
	border-style:solid; 
	border-width:1px; 
	font-size:10; 
	border-color:#999;
}

textarea {
	font-family:Arial,Verdana, Helvetica; 
	font-size:11px;
	border-style:solid; 
	border-width:1px; 
	border-color:#999;
}


/* Custom CSS */
/* ***************************************************************** */
input.button_red_s {
	width:75px;
	height:20px;
	cursor:hand;
	border-style:solid;
	border-width:1px;
	font-size:10px;
	color:#ffffff;
	background-color:#c00;
	border-top-color:#f33;
	border-right-color:#900;
	border-bottom-color:#900;
	border-left-color:#f33;
}

input.button_green_l {
	width:250px;
	height:40px;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#393;
	border-top-color:#6c6;
	border-right-color:#060;
	border-bottom-color:#060;
	border-left-color:#6c6;
}

input.button_blue {
	width:250px;
	height:40px;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#369;
	border-top-color:#69c;
	border-right-color:#036;
	border-bottom-color:#036;
	border-left-color:#69c;
}

div.content {
	padding:0px;
	margin:auto;
	width:730px;
	height:500px;
	position:relative;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000;
}

div.content p,ul {
	text-align:left;
	font-size:12px;
	color:#000;
}

div.content h1 {
	text-align:right;
	margin-right:20px;
}

ul.submenu {
	background-color:#000;
	height:25px;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:5px;
	top:-20px;
	position:relative;
	width:750px;
}

ul.submenu li {
	display:inline;
	list-style-type:none;
	margin-left:30px;
}

div.content div {
	border:0px solid #900;
}
