	body{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:0.9em;
		color: #F5F5DC;
		background-color:#faebd7;
	}
	p{
	}

	/*Main font styles*/
    h1
	{
      	font-size: 1.5em;
       	font-weight: bold;
		color:white;
     }
        
    h2 
	{
      	font-size: 1.3em;
       	font-weight: bold;
		color:white;
    }
           
    h3
	{
		font-size: 1.1em;
		font-weight: bold;
		color:white;
    }
        
	strong 
	{
      	font-weight: bold;
    }
	

	#sideboxheading
	{
		font-size:1.2em;
		font-weight:bold;
		text-align:center;
		padding-bottom:5px;
	}
   
	.headingsmall
	{
		font-size:1.2em;
		font-weight:bold;	
		text-decoration:none;
	}
	
	.headingmedium
	{
		font-size:1.4em;
		font-weight:bold;	
	}
	
	.headinglarge
	{
		font-size:1.8em;
		font-weight:bold;	
	}
	
	.massive
	{
		font-size:2.5em;
		padding:0px;
		font-weight:bold;	
	}
	.textgrey
	{
		color:gray;
		position:relative;
		left:20px;
	}

	.smallertext{
		font-size:0.8em;
	}
		/* Links*/
	  
		a:link {
          	text-decoration: underline;
			color:#F5F5DC;
        }
        a:visited {
          	text-decoration: underline;
			color:#F5F5DC;
        }
        a:active {
          	text-decoration: underline;
			color:#F5F5DC;
        }
        a:hover {
          	text-decoration: none;
			color:#F5F5DC;
        }

	  
		a.white:link {
          	text-decoration: underline;
			color:lightgray;
          }
          a.white:visited {
          	text-decoration: underline;
			color:lightgray;
          }
          a.white:active {
          	text-decoration: underline;
			color:lightgray;
          }
          a.white:hover {
          	text-decoration: none;
			color:white;
          }
		 
		 

	/*Forms */	  
	form{ margin:0; padding:0; font-family: Georgia, "Times New Roman", Times, serif;}
	
	label{
        text-align: right;
		width:10em;
        margin: 5px 15px 0px 0px;
		font-size:0.8em;
		font-weight:bold;
		float:left;
        }
		
	label.small{
        text-align: right;
		width:6em;
        margin: 5px 15px 0px 0px;
		font-size:0.8em;
		font-weight:bold;
		float:left;
        }
   
    input{
        color: #000000;
        border: 1px solid gray;
        margin-bottom: 3px;
		margin-top: 3px;
		background:white;
		font-family: Georgia, "Times New Roman", Times, serif;
		}
		
	select
		{
        color: #000000;
        background: #FFFFFF;
		border: 1px solid gray;
		background:#ededed;
		font-family: Georgia, "Times New Roman", Times, serif;
        }
		
	textarea
		{
        color: #000000;
        background:#ededed;
        border: 1px solid gray;
        margin-bottom: 3px;
		margin-top: 3px;
        }
	fieldset{
		border:0;
		padding:0;
		margin:0;
	}		