body		{
		background-color: #EDEBD6;
		font-family: Arial, Verdana;
		font-size: 11px;
		}

h1		{
		font-family: Georgia, Times New Roman;
		font-size: 20px;
		color: #B14E2B;		
		}

h2		{
		font-family: Georgia, Times New Roman;
		font-size: 15px;
		color: #DD7903;		
		}


.white		{
		background-color: #FFFFFF;
		padding: 15px;
		}
		
.blue		{
		background-color: #95D0EE;
		}
		
.lightblue	{
		background-color: #DEF2FD;
		height: 80px;
		text-align: center;
		font-family: Arial, Verdana;
		font-size: 11px;
		line-height: 18px;
		}

.border		{
		width: 750px;
		border-style: solid;
		border-width: 10px;
		border-color: #DFD6B5;
		}

img		{
		border-width: 0px;
		}

li		{
		padding-top: 5px;
		padding-bottom: 5px;
		}

