/* CSS Document */


body {

background-color: #CCC;

}

a:link { 
	color: #6464B3;
	text-decoration: none;
	}
a:visited { 
	color: #9966CC;
	}
a:hover { 
	color: #777;
	text-decoration: underline;
	}
a:active { 
	color: #9966CC;
	}


p.text_main{

	font-family:Arial, Helvetica, sans-serif;
	margin:8px;
	padding:5px;
	width:100%;
	background: #fff;
	color:#666;
	font-size:0.8em;
	font-weight: normal;
	line-height: 19px;

}

p.text_right{

	font-family:Arial, Helvetica, sans-serif;
	margin:5px;
	padding:0px;
	width:100%;
	background: #fff;
	color:#666;
	font-size:0.8em;
	font-weight: normal;
	line-height: 19px;
}


p.text_list{

	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 5px 5px 5px;
	padding:0px;
	width:100%;
	background: #fff;
	color:#666;
	font-size:0.8em;
	font-weight: bold;
	line-height: 19px;
}

li {

font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:0.8em;
font-weight:bold;
line-height: 20px;

}

h3  {
font-family:Arial, Helvetica, sans-serif;
font-size: 100%;
color: #9966CC;
margin-top: 10px;
margin-left: 10px;

}

h3.home  {
font-family:Arial, Helvetica, sans-serif;
font-size: 85%;
color: #9966CC;
margin-top: 10px;
margin-left: 5px;

}

h3.right  {
font-family:Arial, Helvetica, sans-serif;
font-size: 100%;
color: #9966CC;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;

}

h3.left  {
font-family:Arial, Helvetica, sans-serif;
font-size: 100%;
color: #9966CC;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;

}


td.footer  {

font-family:Arial, Helvetica, sans-serif;
color:#999;
width: 784px;
background-color: #591374;
font-size:0.7em;
font-weight:bold;
text-transform:none;

}



