body 
	{
		background-color:#ffffff;
		color:#787878
		text-align:center; 
		font-family:"Optima","Helvetica","sans-serif";
		font-size:12px;
		letter-spacing:.2px;
		line-height:120%;
		/*margin:1cm 1cm 1cm 1cm;
		overflow:scroll;*/
	}


.part
	{
		width:95%;
		position:relative;
		left:2%;
		text-align:left;
	}
		
.right
	{
		width: 50%;
		padding: 5px;
		text-align: right;
		clear: right;
		left: 10px;
	}	

	
.boldleft
	{
		font-weight:402;
		text-align:left;
		float:left;
	}

	
	
h1
	{
		color:#A12D24;
		font-size:24px;
		text-align:center;
		font-weight:normal;
		text-transform:uppercase;
	}

h2
	{
		color:#B5733A;
		font-size:20px;
		font-weight:400;
		text-transform:uppercase;
		text-align:center;
		/*float:left;*/
		line-height:120%;
	}

h3
	{
		color:#285737;
		font-size:23px;
		font-variant:small-caps;
		font-weight:400;
		text-align:center;
		
	}
h4
	{	color:#1A0C6D;
		font-size:12px;
		/*float:none;*/
		margin:0px;
		font-weight:402;
		text-align:left;
	}
	

	a:link {color:#aa5e5e;text-decoration:none}
	a:visited {color:#335e5e;text-decoration:none}
	a:focus {color:#885e5e;text-decoration:none}
	a:hover {color:#885e5e; text-decoration:none}
	a:active {color:#885e5e;text-decoration:none}


hr
	{
		color:#D7D7D7;
		height:1px;
		width:100%;
	}

img
	{
		border-color:transparent;
		/*padding:2px;
		margin:2%;*/
	}
		
table.smallpad
	{
		/*border-style:solid;
		border-color:#FFFFFFF;
		border-width:1px;*/
		width:55%;
		padding:5px;
		/*margin-left:45%;*/
	}
table.smallestpad
	{
		/*border-style:solid;
		border-color:#FFFFFFF;
		border-width:1px;*/
		width: 42%;
		padding:5px;
		/*margin-left:58%;*/
	}

table.navigation
	{
		/*border-style:solid;
		border-color:#FFFFFFF;
		border-width:1px;*/
		width:100%;
		padding:2px;
	}
		
table.video
	{
	width:100%;
	padding:5px;
	text-align:right;
	border-spacing:5px;
	float:none;
	}
	

.border
	{
		border-bottom-color:#353535;
		border-bottom-style:solid;
		border-width:1px;
		padding:3px;
	}
	


		
