@charset "UTF-8";
/* CSS Document */
/*link to this document: <link rel="stylesheet" type="text/css" href="../_CSS/rightframe.css"> */
/* 12-18-2015Increased font sizes from small to extra small. May need to adjust settings to center text as terst is too far to the right; might add padding*/
a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: 009900;
}
a:active {
	color: 009900;
}
body {
	background-color: #FFFFFF;
}

.alignright {
		text-align: right;
		display: block;
		padding: 3px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; /* Right Menu, main item*/
}

.style2 {
	color: #009900;
	font-size: small;
	display: block;
	padding-right: 8px; /*Right Menu, Sub item */
	font-style: italic;
	line-height: 12px;
}

.lowercase  {
	font-size: medium
}

body,td,th {
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;}
body div ul {
	font-size: small;
	text-decoration: none;
	list-style: none;
	line-height: 20px;
}
