body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E0E0E0;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.codebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
	background-color: #E0E0E0;
    font-family: Verdana, Courier new, courier, mono;
    font-size: 12px;
    color: #000000;
	border: 2px solid #BFBFBF;
	
	border-top-color:#606060;
	border-right-color:#B0B0B0;
	border-left-color:#606060;
	border-bottom-color:#B0B0B0;
	
	padding:4px;

}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}

	table.main {
		border:3px solid #000000;
		background-color: #808080;
		
		border-top-color:#a0a0a0;
		border-right-color:#606060;
		border-left-color:#a0a0a0;
		border-bottom-color:#606060;
		
		color:#000000;
		border-collapse:collapse;
	}
	
	td {
		font-family:verdana;
		font-size:12px;
		color:#000000;
	}
	
	td.titleimage {
		background-image:url(images/title_bright.png);
		height:75px;
		background-repeat:no-repeat;
	}
	
	img {
		border-width:1px;
		border-color:#ffffff;
	}


	input.checkbox {
		border-width:2px;
		border-color:#000000;
		
		border-top-color:#606060;
		border-right-color:#B0B0B0;
		border-left-color:#606060;
		border-bottom-color:#B0B0B0;

		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#E0E0E0;
		background-color:#808080;
		
		padding:1px;
	}

	input.text {
		border-width:2px;
		border-color:#000000;
		
		border-top-color:#606060;
		border-right-color:#B0B0B0;
		border-left-color:#606060;
		border-bottom-color:#B0B0B0;

		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#E0E0E0;
		background-color:#808080;
		
		padding:1px;
	}
	

	input.select {
		border-width:2px;
		
		border-top-color:#606060;
		border-right-color:#B0B0B0;
		border-left-color:#606060;
		border-bottom-color:#B0B0B0;
		
		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#E0E0E0;
		background-color:#FF0000;
		
		padding:1px;
	}


	input.button {
		border-width:2px;
		border-color:#000000;
		
		border-top-color:#B0B0B0;
		border-right-color:#606060;
		border-left-color:#B0B0B0;
		border-bottom-color:#606060;

		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#E0E0E0;
		background-color:#808080;
		
		padding:1px;
	}


	div.box {
		border-width:2px;
		border-color:#000000;
		
		border-top-color:#B0B0B0;
		border-right-color:#606060;
		border-left-color:#B0B0B0;
		border-bottom-color:#606060;

		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#000000;
		background-color:#a0a0a0;
		text-align:left;
		width:650px;
		display: block;
		
		padding:5px;
	}


	div.menubox {
		border-width:2px;
		border-color:#000000;
		
		border-top-color:#B0B0B0;
		border-right-color:#606060;
		border-left-color:#B0B0B0;
		border-bottom-color:#606060;

		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#000000;
		background-color:#a0a0a0;
		text-align:left;
		width:120px;
		display: block;
		
		padding:5px;
	}


	div.boxbright {
		border-width:2px;
		border-color:#000000;

		border-top-color:#D0D0D0;
		border-right-color:#B0B0B0;
		border-left-color:#D0D0D0;
		border-bottom-color:#B0B0B0;

		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#000000;
		background-color:#C0C0C0;
		text-align:left;
		width:650px;
		display: block;
		
		padding:5px;
	}

	div.commentboxbright {
		border-width:2px;
		border-color:#000000;

		border-top-color:#D0D0D0;
		border-right-color:#B0B0B0;
		border-left-color:#D0D0D0;
		border-bottom-color:#B0B0B0;

		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#000000;
		background-color:#C0C0C0;
		text-align:left;
		width:650px;
		display: block;
		
		padding:5px;
	}


	div.boxupdate {
		border-width:2px;
		border-color:#ffffff;
		
		border-top-color:#909000;
		border-right-color:#707000;
		border-left-color:#909000;
		border-bottom-color:#707000;
		
		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#ffffff;
		background-color:#808000;
		text-align:left;
		width:650px;
		display: block;
		
		padding:5px;
	}


	div.boxnota {
		border-width:2px;
		border-color:#ffffff;
		
		border-top-color:#A00000;
		border-right-color:#600000;
		border-left-color:#A00000;
		border-bottom-color:#600000;
		
		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		color:#ffffff;
		background-color:#800000;
		text-align:left;
		width:650px;
		display: block;
		
		padding:5px;
	}



	div.titlebox {
		border-width:2px;
		border-color:#000000;
		
		border-top-color:#B0B0B0;
		border-right-color:#606060;
		border-left-color:#B0B0B0;
		border-bottom-color:#606060;

		border-style:solid;
		
		font-family:verdana;
		font-size:12px;
		font-weight:bold;
		color:#000000;
		background-color:#A0A0A0;
		text-align:left;
		width:650px;
		display: block;
		
		padding:5px;
	}

	td {
		font-family:verdana;
		font-size:12px;
		color:#000000;
	}

	div.main {
		border-width:2px;
		border-top-color:#A8A8A8;
		border-right-color:#ff0000;
		border-left-color:#A8A8A8;
		border-bottom-color:#000000;
		border-style:solid;
		
		background-image:url(images/back.png);
		
		padding:10px;
		width:750px;
		
		font-family:verdana;
		font-size:12px;
	}
	

	div.textbox {
		font-family:verdana;
		font-size:12px;
		color:#000000;
		text-align:justify;
		padding-top:4px;
		width:550px;
		display: block;
	}
	
	a:link {
		font-family:verdana;
		font-size:12px;
		text-decoration:none;
		color:#FFFFFF;
	}

	a:visited {
		font-family:verdana;
		font-size:12px;
		text-decoration:none;
		color:#FFFFFF;
	}
	
	a:hover {
		font-family:verdana;
		font-size:12px;
		text-decoration:none;
		background-color:#000000;
		color:#FFFFFF;
	}
	
	a:link.menu {
 		font-family:verdana;
		font-size:12px;
		text-decoration:none;
		color:#ffffff;
		display: block;
		width:100%;

		padding-left:5px;
	}
	
	a:visited.menu {
 		font-family:verdana;
		font-size:12px;
		text-decoration:none;
		color:#ffffff;
		display: block;
		width:100%;

		padding-left:5px;
	}
	
	a:hover.menu {
 		font-family:verdana;
		font-size:12px;
		text-decoration:none;
		color:#ffffff;
		display: block;
		width:116px;
		background-color:#000000;

		padding-left:5px;
	}