/* CSS Document */
/*original color for a.href = #660033*/
/*original color for a.href = #7994B9*/
a.white {
	color : #A2C1C1;
	font-family : Verdana;
	text-decoration : none;
	font-weight:bold;
    font-size:12px;
}
a.white:visited {
	color : #A2C1C1;
    font-family : Verdana;
	text-decoration : none;
	font-weight:bold;
    font-size:12px;
}
a.white:hover {
	color : #A2C1C1;
    font-family : Verdana;
	text-decoration : underline;
	font-weight:bold;
    font-size:12px;
}

a.bgblack {
	color : #ffffff;
	font-family : Verdana;
	text-decoration : none;
	font-weight:bold;
    font-size:11px;
}
a.bgblack:visited {
	color : #ffffff;
    font-family : Verdana;
	text-decoration : none;
		font-weight:bold;
		    font-size:11px;
}
a.bgblack:hover {
	color : #A2C1C1;
    font-family : Verdana;
	text-decoration : underline;
		font-weight:bold;
		    font-size:11px;
}

a.bgblacksml {
	color : #ffffff;
	font-family : Verdana;
	text-decoration : underline;
	font-weight:bold;
    font-size:10px;
}
a.bgblacksml:visited {
	color : #ffffff;
    font-family : Verdana;
	text-decoration : underline;
	font-weight:bold;
    font-size:10px;
}
a.bgblacksml:hover {
	color : #ffffff;
    font-family : Verdana;
	text-decoration : underline;
	font-weight:bold;
    font-size:10px;
}

.bgblacksml {
	color : #ffffff;
    font-family : Verdana;
	text-decoration : none;
	font-weight:bold;
    font-size:9px;
}

a {
	color : #003366;
	font-family : Verdana;
	text-decoration : underline;
}
a:visited {
	color : #003366;
	font-family : Verdana;
	estext-decoration : underline;

}
a:hover {
	color : #000000;
    font-family : Verdana;
	text-decoration : underline;

}
input.button {
 	font-family : Verdana;
    font-size:10px;
	font-weight:bold;
    color: #000000;
    text-decoration:none;		
}

input.input {
 	font-family : Verdana;
    font-size:10px;
    color: #000000;
    text-decoration:none;
    background-color:#D9D8B9;		
}

select {
	font-family : Verdana;
    font-size:10px;
    color: #000000;
    text-decoration:none;
    background-color:#D9D8B9;
}

li {
    color : #000000;
	font-family : Verdana;
	font-size: 11px;
	text-decoration : none;
}
td {
    color : #000000;
	font-family : Verdana;
	font-size: 11px;
	text-decoration : none;
}

p {
    color : #000000;
	font-family : Verdana;
	font-size: 11px;
	text-decoration : none;
}

.red {
    color : #ff0000;
	font-family : Verdana;
	font-size: 11px;
	text-decoration : none;
}

.bod_title {
    color : #006699;
	font-family : Verdana;
	font-size: 10px;
	font-weight:bold;
}

.bod_job {
    color : #000000;
	font-family : Verdana;
	font-size: 9px;
	text-decoration : none;
}

.smalltxt {
	    color : #000000;
        font-family : Verdana;
	    text-decoration : none;
        font-size: 10px;
}
.subheader {
	    color : #000000;
        font-family : Verdana;
	    text-decoration : none;
		font-weight : bold;
		text-transform : uppercase;
        font-size: 14.5px;
}
.subheader2 {
        color : #000000;
        font-family : Verdana;
	    text-decoration : none;
		font-weight : bold;
		text-transform : uppercase;
        font-size: 11px;
}
.subheader3 {
        color : #cc9933;
        font-family : Verdana;
	    text-decoration : none;
		font-weight : bold;
        font-size: 11px;
}

.title {
	    color : #A8AC89;
        font-family : Arial;
	    text-decoration : none;
		font-weight : none;
        font-size: 18px;
		letter-spacing: -1px;
		margin-top: 20px;
}

.news {

        font-family : Verdana;
	    text-decoration : none;
        font-size: 10px;
}

.news11 {

        font-family : Verdana;
	    text-decoration : none;
        font-size: 11px;
}

.comments {
		color : #999999;
        font-family : Verdana;
	    text-decoration : none;
        font-size: 10px;
}

.membersLabels {
     font-family : Verdana;
	 text-decoration : none;
	 font-size: 10px;
	 color: black;
	 font-weight : bold;

}

.error {
    color : #ff0000;
	}
	
.success {
  color : #000099;
 }