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

p	{
	font-family:Times New Roman, Times, serif;
	font-size:12px; 
	color:#fff;
	text-align:left;
}

p.intro	{
	font-family:Times New Roman, Times, serif;
	font-size:16px; 
	color:#fff;
}

p.title	{
	font-family:Times New Roman, Times, serif;
	font-size:20px; 
	font-weight:bold;
	color:#ff0;
}

p.subtitle	{
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	font-weight:bold; 
	color:#fff;
}

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

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

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

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px;
	font-weight:bold;
	color:#9cc;
}

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

a	{	
	color:#999;
}

a:hover {	
	color:#fff;
}

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

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

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: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;
}

#container {
	width: 230px;
	height: 260px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #900;
	text-align: center;
}


#index_content {
	width: 230px;
	height: 260px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	border: 0px solid #ccc;
	text-align: left;
}

#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;
}
