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

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

p.intro	{
	margin:5px; 
	text-align:justify;
}

p.title	{
	font-size:25px; 
	font-weight:bold; 
	color:#fc0;
}

p.subtitle {
	font-size:15px; 
	font-weight:bold; 
	color:#fc0;
}

p.footer {
	margin:5px;
	font-size:10px; 
	color:#666666; 
	text-align:center;
}

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

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

a	{	
	color:#999;
}

a:hover {	
	color:#fff;
}

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

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

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

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

input.button {
width:120;
height:20;
cursor:hand;
font-size:10;
}

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

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

input.button_red_xl {
width:200;
height:20;
cursor:hand;
border-style:solid;
border-width:1px;
font-size:10;
color:#ffffff;
background-color:#990000;
border-top-color:#cc3333;
border-right-color:#660000;
border-bottom-color:#660000;
border-left-color:#cc3333;
}

input.button_red_l {
width:125;
height:20;
cursor:hand;
border-style:solid;
border-width:1px;
font-size:10;
color:#ffffff;
background-color:#990000;
border-top-color:#cc3333;
border-right-color:#660000;
border-bottom-color:#660000;
border-left-color:#cc3333;
}

input.button_red_m {
width:100;
height:20;
cursor:hand;
border-style:solid;
border-width:1px;
font-size:10;
color:#ffffff;
background-color:#990000;
border-top-color:#cc3333;
border-right-color:#660000;
border-bottom-color:#660000;
border-left-color:#cc3333;
}

input.button_red_s {
width:75;
height:20;
cursor:hand;
border-style:solid;
border-width:1px;
font-size:10;
color:#ffffff;
background-color:#990000;
border-top-color:#cc3333;
border-right-color:#660000;
border-bottom-color:#660000;
border-left-color:#cc3333;
}

input.button_red_xs {
width:50;
height:20;
cursor:hand;
border-style:solid;
border-width:1px;
font-size:10;
color:#ffffff;
background-color:#990000;
border-top-color:#cc3333;
border-right-color:#660000;
border-bottom-color:#660000;
border-left-color:#cc3333;
}

input.submit {
width:150;
height:25;
cursor:hand;
border-style:solid;
border-width:1px;
font-size:15;
font-weight:bold;
color:#ffffff;
background-color:#339933;
border-top-color:#66cc66;
border-right-color:#006600;
border-bottom-color:#006600;
border-left-color:#66cc66;
}


#dhtmltooltip {
	font-family: Arial,Verdana, Helvetica; 
	font-size: 11px;
	color: #fff;
	text-align:center;
	position: absolute;
	width: 100px;
	border: 1px solid #666;
	padding: 2px;
	background-color: #000;
	visibility: hidden;
	z-index: 100;
}


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


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

