/* Generic Selectors */

body {
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	color: #330e02;
	line-height: 150%;		
	background-color: #edcd9a;
	margin: 0 0 0 0;
}

table {
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	color: #330e02;
	line-height: 150%;
}

p {
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	color: #330e02;
	line-height: 150%;
}

u {
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	color: #330e02;
	line-height: 150%;
}

li {
	list-style-type: disc;
	font-size: 13px;
	line-height: 150%;
	color: #330e02;
}

h1 {
	font-family: Arial, Helvetica, serif;
	font-size: 24px;
	font-weight: bold;
	color: #330e02;
	line-height: 100%;
}

h2 {
	font-family: Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330e02;
	line-height: 120%;
}

h3 {
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: bold;
	color: #330e02;
	line-height: 120%;
}


/************************* Classes *************************/





/*************************  Pseudo classes *************************/

:link {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

li :link {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

:visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

li :visited {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

/*************************  ID's *************************/

#table {
	margin-top: 0px;
	margin-left: 0px;
}

#caption {
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 110%;
	color: #330e02;
}

#menu {
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	color: #330e02;
}

#topmenu {
	font-family: Arial, Helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	color: #330e02;
	padding: 10px 0 10px 0;
}

#footer {
	font-family: Arial, Helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	color: #330e02;
	padding: 10px 0 10px 0;
}

#mainbody {
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
	color: #330e02;
	padding: 14px 0 0 0;
	width: 80%;
}

#topleft {	
	font-family: Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330e02;
	padding: 0 0 0 3px;
}

#photodescription {	
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	margin: auto 25% auto 25%;
	font-weight: normal;
	color: #330e02;
}

#form {	
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 100%;
	color: #330e02;
}