html {
		font: 9pt/180% Georgia, 'Times New Roman', serif;
		color: #DADADA;
		background: #000 url(bg.gif) repeat;
		}
body.index {
		text-align: left;
		margin: 0px auto;
		padding: 0px;
		overflow: auto;
		}
p {
		font: 9pt/180% Georgia, 'Times New Roman', serif;
		}

p.text:first-letter	{font-size: 200%;}
p.title:first-letter	{font-size: 200%;}

input, radio, select, option, textarea		{
		background-color: #000;
		color: #DADADA;
		border: 1px solid #7F3884;
		}

img		{ border: 0; float: none; }
.icons		{ text-align: center; }
A,
A:link,
A:visited	{ color: #763881; text-decoration: none; font-weight: bold; background-color: #000;}
A:active,
A:hover		{ color: #7F3884; text-decoration: none; font-weight: bold; background-color: #000;}

.sidebar A,
.sidebar A:link,
.sidebar A:visited	{ color: #763881; text-decoration: underline; text-transform: uppercase; font-weight: bold; background-color: #3B133A; text-align: center;}
.sidebar A:active,
.sidebar A:hover	{ color: #7F3884; text-decoration: underline; text-transform: uppercase; font-weight: bold; background-color: #3B133A;}

.layout		{ 
		width: 820px; 
		color: #DADADA;
		background: #000 url(layoutbg2.jpg) repeat-y;
		overflow: auto;
		}
.container	{ 
		width: 630px; 
		padding: 0px;  
		float: left;
		background: #000 url(layoutbg.jpg) repeat-y;
		color: #DADADA; 
		}
.sidebar	{
		width: 175px;
		background-color: #3B133A;
		color: #A0A0A0;
		padding: 0px 5px 0px 5px; 
		margin: 0px auto;
		text-align: justify;
		font-size: 8pt;
		float: right;
		}
.header img 	{ float: left; }
.header 	{ width: 635px; padding: 0px; margin: 0px; z-index: 0; }

dt		{ font-weight: bold; padding: 10px 0px 0px 0px;}
code		{ color: #7F3884; background-color: #000; }
.content {
		width: 600px;
		float: none;
		margin: 2px auto;
		text-align: justify;
		}
.title	{
		text-align: justify;
		float: none;
		color: #782B73;
		font-weight: bold;
		font-size: 10pt;
		font-family: 'Trebuchet MS', Verdana, Georgia, 'Times New Roman', serif;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 20px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #782B73;
		text-transform: uppercase;
		background-color: #000;	
		}
.boxtitle	{
		color: #763881; 
		text-decoration: underline; 
		text-transform: uppercase; 
		font-weight: bold; 
		background-color: #3B133A; 
		text-align: center;
		}
.menutitle {				
		font-weight: bold;
		font-size: 10pt;
		text-align: center;
		z-index: 3;
		}

.subtitle {
		text-align: justify;
		float: none;
		color: #782B73;
		text-transform: uppercase;
		border-bottom: 1px dotted #782B73;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 70px;
		margin-bottom: 5px;
		font-size: 150%;
		font-family: Georgia, 'Times New Roman', serif;
		background-color: #000;
		}
.bar {
		text-align: center;
		float: none;
		color: #782B73;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		font-size: 150%;
		background-color: #000;
		}
.footer {
		text-align: center;
		float: none;
		border-top: 1px dotted #782B73;
		margin: 10px 5px 5px 5px;
		padding-top: 10px;
		}

