@CHARSET "UTF-8";

body
	{
		background:rgb(190,190,190) url(images/waffle.gif) repeat;
		margin:0;
		border:0;
		padding:0;
		color:black;
	}
	
table.td1
	{
		width:1000px;
		margin:0 auto;
		padding:0;
		border:0;
	}

td.tda
	{
		padding:0px 10px;
		text-align:left;
		font-family:calibri;
		font-weight:900;
		background: url(images/td1_back.png) repeat-y;	
	}
	
td.tdb
	{
		padding:5px;
		background:url(images/td2_back.png) repeat-x;
	}

div.div1
	{
		width:980px;
		height:130px;
		padding:5px;
	}
	
div.div3
	{
		float:left;
		background-color:none;
		width:200px;
	}

div.div4
	{
		padding:30px 0;
		float:left;
		background-color:none;
		width:750px;
		text-align:center;
		font-size:30px;
		font-weight:bold;
		font-family:Lucida Grande;
		color:white;
	}

td.tdc
	{
		padding:5px;
		background:rgb(220,220,220);
	}
	
div.div2
	{
		width:990px;
		padding:0;
	}
	
div.links
	{
		width:262px;
		float:left;
		padding: 15px 0 0 0px;
	}
	
div.content
	{
		width:708px;
		min-height:800px;
		float:left;
		background: white;
		padding: 10px;
	}
	
div.div6
	{
		width:688px;
		padding:0px 10px;
		clear:both;
		font-family:calibri;
		font-size:14px;
		text-align:left;
	}
	
ul.ul1
	{
		width:262px;
		list-style:none;
		font-family:calibri;
		font-size:0.8em;
		padding:0;
		margin:0;
	}

ul.ul1 li
	{
		
	}
	
ul.ul1 li a
	{
		display:block;
		text-decoration:none;
		color:white;
		font-weight:bold;
		font-size:14px;
		padding: 6px 10px;
		text-align: left;
		background:url(images/link1.png) no-repeat;
	}
	
ul.ul1 li a:hover
	{
		color:white;
		background: url(images/link2.png) no-repeat;
	}
	
ul.ul1 li a.a1
	{
		display:block;
		text-decoration:none;
		color:white;
		font-weight:bold;
		font-size:14px;
		padding: 6px 10px;
		text-align: left;
		background:url(images/link1_1.png) no-repeat;
	}
	
ul.ul1 li a.a1:hover
	{
		color:white;
		background: url(images/link2_1.png) no-repeat;
	}
	
ul.ul1 li a.a2
	{
		display:block;
		text-decoration:none;
		color:white;
		font-weight:bold;
		font-size:14px;
		padding: 6px 10px;
		text-align: left;
		background:url(images/link1_2.png) no-repeat;
	}
	
ul.ul1 li a.a2:hover
	{
		color:white;
		background: url(images/link2_2.png) no-repeat;
	}
	
.span1
	{
	color:rgb(80,80,80);font-family:Lucida Grande;font-weight:900;font-size:15px;font-style:italic;
	}
	
.span2
	{
		color:rgb(70,130,180);font-weight:bold;
	}
	
p
	{
		color:rgb(120,120,120); font-family:Lucida Grande; font-size:13px;text-align:justify;line-height:1.5;
	}
	
a
	{
		color:rgb(213,31,31);
	}
	
a:hover
	{
		color:rgb(30,125,39);
	}
