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



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



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


#container {
	width: 700px;
	height: 400px;
	border: 1px solid #cccccc;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	text-align: left;
	background: #ffe5bd;
	overflow: auto;
}

#menu {
	margin: 4px;
	border-bottom: 1px solid #cccccc;
	height: 12px;
	width: 690px;
	padding: 0px;
}

#main {
	margin: 4px;
	width: 690px;
	padding: 0px;
}

#footer {
	margin: 4px;
	width: 700px;
	height: 20px;
	border: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	background: #ffffff;
}


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



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

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

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

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

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}

