p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 6px;
}

h1 {
	font-family : "Courier New", Courier, mono;
	font-weight : bold;
	color: #000000;
	padding-bottom: 5px;
	line-height: 16px;
}

h2 {
	font-family : "Courier New", Courier, mono;
	font-size : 16px;
	font-weight : bold;
	color: #FFFFFF;
}

h3 {
	font-family : "Courier New", Courier, mono;
	font-size : 13px;
	font-weight : bold;
    margin-top: 25px;
	color: #000066;
}

h4 {
	font-family : "Courier New", Courier, mono;
	font-size : 11px;
	font-weight : bold;
	color: #000066;
}

ul {
	font-family : "Courier New", Courier, mono;
	font-size : 11px;
	line-height : 14px;
	color: #333333;
	list-style-type: disc;
}

ol {
	font-family : "Courier New", Courier, mono;
	font-size : 11px;
	line-height : 18px;
	color: #333333;
}

/* ************************************************************************ */

.regular {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : normal;
	color: #FFFFFF;
; font-weight: 300
; text-align: left
; background-repeat: repeat
}

.smaller {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height : 16px;
	color: #000000;
}

/* ************************************************************************ */

p a {
	color: #333333;
	text-decoration: none;
}

p a:visited {
	color: #333333;
	text-decoration: none;
}

p a:active {
	color: #333333;
}

p a:hover {
	background-color: #FFFFFF;
	text-decoration: underline; font-weight: bold
        color: #333333;
}

.regular a:visited {
	color: #333333;
}

.regular a:active {
	color: #333333;
}

.regular a:hover {
	text-decoration: underline; font-weight: bold
        color: #333333;
}

.smaller a:visited {
	color: #333333;
}

.smaller a:active {
	color: #333333;
}

.smaller a:hover {
	text-decoration: underline; font-weight: bold
        color: #333333;
}

h4 a {
	color: #000066;
/*

.code {
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
    background-color : #eaeaea;
}

.code a:visited {
	color: #9999CC;
}

.code a:active {
	color: #333399;
}	

.code a:hover {
	text-decoration: none;
}


*/
br {
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.regular:link {
	text-decoration: none;
	color: #0000FF;
}
.regular:visited {
	color: #009900;
}
.regular:hover {
	text-decoration: underline; font-weight: bold
        color: #0000FF;
}
.regular:active {
	color: #0000FF;
}
.smaller:link {
	text-decoration: none;
	color: #0000FF;
}
.smaller:visited {
	color: #009900;
}
.smaller:hover {
	text-decoration: underline; font-weight: bold
        color: #0000FF;
}
.smaller:active {
	color: #0000FF;
}
a:link {
}
blockquote {
	border-top-color: #B5D5FF;
	margin-left: 15px;
	margin-top: 15px;
}

.menu ul .item{display:none;}
.menu ul:hover .item{display:block;background-repeat: repeat ;}
.menu ul:hover .item a{color:#FFFFFF;text-decoration:none;}
.menu ul:hover .item a:hover{color:#CDF554;}
.menu ul{background-repeat: repeat ;list-style:none;}
.regularGreen { font-family : Arial, Helvetica, sans-serif; font-size : 16px; line-height : normal; color: #33FF00; ; font-weight: 300 ; text-align: left ; background-repeat: repeat }
.smallerGreen { font-family : Arial, Helvetica, sans-serif; font-size : 12px; line-height : normal; color: #BAC910; }


