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

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

p.highlight {
	font-weight:bold;
	color:#f60;
}

p.subtitle	{
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	color:#369;
}

p.menu {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:18px; 
	font-weight:normal;
	text-align:center;
}

p.submenu {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	color:#666;	
}

p.footer {
	font-size:11px; 
	color:#999; 
}

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

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

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

h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:15px;
	font-weight:bold;
	color:#f60;
	letter-spacing:0px;
}

a	{	
	color:#f60;
}

a:hover {	
	color:#f90;
}

a.menu {
	color:#fff; 
	padding:15px; 
	text-decoration:none;
}

a.menu:hover {
	color:#ff0; 
}

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; 
	border-color:#999;
}

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

.divider {
	width:100%;
	height:1px;
	clear:both;
	background-color:#ccc;
	margin-top:5px;
	margin-bottom:5px;
}

.space {
	width:100%;
	height:5px;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

.section {
	width:490px;
	height:40px;
	margin:auto;
	padding:5px;
	background-color:#eee;
	border:0px solid #ccc;
	border-width:1px 0 1px 0;
}

/* 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;
}


#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
