body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#eee;
}

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

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

p.title	{
	font-size:15px; 
	font-weight:bold; 
	color:#000;
}

p.subtitle {
	font-size:13px; 
	font-weight:bold; 
	color:#000;
}

h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:30px;
	color:#603;
}

h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:15px;
	color:#936;
}

p.footer {
	font-size:10px; 
	color:#999; 
	text-align:center;
	padding:20px;
}

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

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

a	{	
	color:#603;
	text-decoration:none;
}

a:hover {	
	color:#936;
	text-decoration:underline;
}

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:12px; 
	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:125px;
	height:20px;
	cursor:hand;
	border-style:solid;
	border-width:1px;
	font-size:10px;
	color:#ffffff;
	background-color:#393;
	border-top-color:#6c6;
	border-right-color:#060;
	border-bottom-color:#060;
	border-left-color:#6c6;
}

table.menu_left {
	background-image:url(images/menu_bg.jpg); 
	background-color:#603; 
	background-repeat:repeat-x;
}
