/* Generic Selectors */


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;		
	background-color: #A48079;
	background-image: url("../pictures/circleAbg.gif");
	}

table {
	font-size: 18px;
	}


.small {
	font-size: 14px;
	}

.medium {
	font-size: 20px;
	line-height: 24px;
	}

.big {
	font-size: 24px;
	}

.bigred {
	font-size: 24px;
	color: #804000;
	}

.huge {
	font-size: 32px;
	}

.topspace {
	margin-top: 36px;
	}

.notopspace {
	margin-top: 0px;
	}

.smalltopspace {
	margin-top: 4px;
	}

.bottomspace {
	margin-bottom: 18px;
	}

.nobottomspace {
	margin-bottom: 0px;
	}

.morespace {
	margin-top: 30px;	
	margin-bottom: 30px;
	}


.border3 {
	border: 2px solid darkred;
	padding: 10px 10px 10px 10px;
	}


li	{
	line-height: 126%;
	padding: 2px 0px 2px 0px;
	}

ul	{
	list-style-type: square;
	}

h1 {
	font-size: 32px;
	font-weight: normal;
	}

h2 {
	font-size: 28px;
	font-weight: normal;
	}

h3 {
	font-size: 24px;
	font-weight: normal;
	}



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



#NavigationPane { 
	position: fixed; 
	width: 94px; 
	margin: 0;
	top: 3;
	left: 3;
	padding: 2px 2px 2px 2px;	
	border: 5px ridge #804000; 
	font-size: 12px;	
	font-weight: bold; 
	background-color: #FFFFFF;  
	}


#SlidePane { 
	position: relative; 
	width: 700px; 
	margin: 0 auto; 
	margin-top: 44px;
	padding: 24px 24px 24px 24px;	
	border: 4px solid #804000; 
	background-color: #FFFFFF;  
	}



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


















