a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
    color: #333333;
    text-decoration: underline;
}
a:hover {
	color: #000000;
    text-decoration: underline;
}
a:active {
	color: #999999;
    text-decoration: underline;
}

td {
	font-family: "Times New Roman", Times, serif;
}
th {
	font-family: "Times New Roman", Times, serif;
}

.style1 {font-size: 10px}#Table_01 table {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #666666;
	border-bottom-color: #666666;
}


form {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}


.topnav {
   color:#333333;
   font-size:12px;
}

.topnav a:link {
   color:#333333;
   font-size:12px;
   text-decoration: underline;
}

.topnav a:visited {
	color: #333333;
	font-size:12px;
	text-decoration: none;
	text-decoration: underline;
}
.topnav a:hover {
    background-color:#F2F2F2;
	color: #000000;
	font-size:12px;
	text-decoration: underline;
}
.topnav a:active {
	color: #999999;
	font-size:12px;
    text-decoration: underline;
}

.bottomnav {
	color:#333333;
	font-size:12px;
	margin: 5px;
}

.bottomnav a:link {
   color:#333333;
   font-size:12px;
   text-decoration: underline;
}

.bottomnav a:visited {
	color: #333333;
	font-size:12px;
	text-decoration: none;
	text-decoration: underline;
}
.bottomnav a:hover {
    background-color:#F2F2F2;
	color: #000000;
	font-size:12px;
	text-decoration: underline;
}
.bottomnav a:active {
	color: #999999;
	font-size:12px;
    text-decoration: underline;
}

