 html, body
{
	margin:0px;
	background-color:#6F0704;
	height:100%;
}

.align_top
{
	vertical-align:top;
}

.yellow_text
{
	font-size:12px;
	font-family:Tahoma;
	color:#FFF1BF;
}
.menu_item
{
	font-family:Verdana;
	font-size:14px;
	color:#FDE19C;
	font-weight:500;
	text-decoration:none;
}
.menu_current_item
{
	font-family:Verdana;	
	font-size:14px;
	color:#FDE19C;
	font-weight:bold;
	text-decoration:none;
}
.submenu_item
{
	font-family:Verdana;
	font-size:13px;
	color: #FFFFFF;
	font-weight:500;
	text-decoration:none;
}
.submenu_current_item
{
	font-family:Verdana;
	font-size:13px;
	color: #FDEABB;
	font-weight:bold;
	text-decoration:none;
}
.center_title
{
	color:#FFFFFF;
	font-size:12px;
	font-family:Tahoma;
	margin-bottom:8px;
	border-bottom:3px double #FFFFFF;
}
.text
{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}

li
{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}
.next
{
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
#mainPhoto
{
	cursor:pointer;
}
.inputfield
{
	border:1px double #000000;
	font-size:10px;
	width:210px;
	background-color:#FFEEBF;
}
textarea
{
	border:1px double #000000; 
	padding:0px;
	margin:0px;
	background-color:#FFEEBF;
}
.button
{
	font-family:Georgia, Times, serif;
	font-size:9px;
	color:#FFFFFF; 
	border:0;
	background:none;
	cursor:pointer;
}

/* developed */
.developed
{
   	text-decoration:none;
	font-family:Tahoma;
   	color: #FFFFFF;
	font-size:11px;
   	text-transform: uppercase;

}
.navigation
{
	font-family:"Times New Roman", Times, serif;
	color: #FDEABB;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	text-decoration: none;
}

.sublist
	{
	list-style:none;
	list-style-image:none;
	margin-left:-20px;	
	}
