
/*	
	##############################
	########    GLOBAL    ########
	##############################
*/



body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #F8F1E4;
	font-family: Arial, Helvetica, Sans-Serif;
}



/*	
	################################
	######## LAYOUT CONTROL ########
	################################
*/


.container {
	width: 700;
	height: 400;
	border: 1px solid #cccccc;
}

.menucontainer {
	width: 700;
	height: 20;
	padding-top: 4px;
}

.maincell {
	padding: 25px;
	background: #EEE5D3;
}

.tablefolder {
}

.foldercell {
	background: #F8F1E4;
	padding: 6px;
}

.submenu {
	background: #cccccc;
}

.menu-unselected, .menu-unselected a {
	background: #F8F1E4;
	padding: 0 10 0 10;
	color: #993300;
}

.menu-selected, .menu-selected a {
	background: #993300;
	color: #F8F1E4;
	font-weight: bold;
	padding: 0 10 0 10;
}



/*
	##############################
	######## FONT CONTROL ########
	##############################
*/



h1 {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #993300;
}

li, p, td {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #993300;
}

.normal {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #993300;
}

.strap {
	font-size: 10pt;
	line-height: 12pt;
	font-style: italic;
	color: #993300;
}

.menu a {
	font-size: 9pt;
	color: #993300;
}

.brand {
	font-weight: bold;
	font-style: italic;
	color: #993300;
}

.tiny {
	font-size: 7pt;
	line-height: 9pt;
	color: #aaaaaa;
}

.tinysolid {
	font-size: 7pt;
	color: #993300;
	line-height: 9pt;
}

input, textarea {
	background: #F8F1E4;
	font-size: 8pt;
	font-family: courier, arial, sans-serif;
	color: #993300;
	border: 1px solid #cccccc;
}

.button input {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #F8F1E4;
	background: #993300;
	margin: 2px;
	width: 65;
	border: 1px solid #cccccc;
}


a:link       {text-decoration: none}
a:visited    {text-decoration: none}
a:active     {text-decoration: none}
a:hover      {text-decoration: underline}

.tiny a       {text-decoration: none; color: #aaaaaa}
.tiny a:hover      {text-decoration: underline; color: #aaaaaa}
