a:link {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

body, table {
	color : #234304;
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss;
	font-size : 12px;
}
body{
	margin : 10px;
}
h1{
	font-size : 18px;
	color : #2B5500;
}

h2 {
	font-size : 14px;
}

pre {
	font-size : larger;
}
acronym{
	border-bottom: 1px dotted #D0D0D0;
}
.menu a {
	color : #FFFFFF;
}

.menu td {
	background-color : #234304;
	color : #FFFFFF;
	font-size : 10px;
	text-align : center;
}

.menu th {
	background-color : #FFFFFF;
	color : #234304;
	font-size : 24px;
	line-height : 28px;
	text-align : center;
	vertical-align : middle;
}

.row0{
}

.row1{
	background-color : #E5E5E5;
}

.vw {
	color : #000000;
	font-family : Verdana;
	font-size : 10px;
}

.vw a{
	color : #000099;
	font-weight : normal;
	text-decoration : none;
}

.vw a:hover{
	text-decoration : underline;
}

.vw td {
	background-color : #CCCCCC;
}

.vw th {
	background-color : #99CCCC;
	font-weight : bold;
}

#fancybox {
	border-bottom : 1px solid #2B5500;
	border-left : #2B5500 1px solid;
	border-right : #2B5500 1px solid;
	border-top : #2B5500 1px solid;
	margin-bottom : 20px;
	margin-top : 4px;
	text-align : left;
	width : 175px;
}

#fancybox a:visited {
	text-decoration : none;
}

#fancyboxheader {
	background-color : #2B5500;
	border-bottom : 1px solid #2B5500;
	border-left : #2B5500 1px solid;
	border-right : #2B5500 1px solid;
	border-top : #2B5500 1px solid;
	color : #FFFFFF;
	font-size : 14px;
	font-weight : bold;
	padding-bottom : 2px;
	padding-top : 0px;
	text-align : left;
	vertical-align : top;
	width : 100%;
}

#fancyboxheader a {
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

#fancyboxheader a:link {
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

#fancyboxheader a:visited {
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}
code{
	color : #000066;
}
.quote{
	background-color: #F5F5F5;
	border: 1px solid #666666;
	margin: 10px;
	padding: 10px;
}
.comment{
	float: right;
	width: 275px;
	border: 1px solid #010055;
	margin: 5px;
	padding: 5px;
	color: #010055;
}
.comment h1 {
	color: #010055;
	text-align: center;
}
