body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

FONT  { font-family:Arial;}


a:link {
/*
	font-size: 10pt;
*/
	color: #000000;
	text-decoration: none;
}

a:visited {
/*
	font-size: 10pt;
*/
	text-decoration: none;
	color: #000000;
}

a:hover {
/*
	font-size: 10pt;
*/
	text-decoration: underline;
	color: #000000;
}

a:active {
/*
	font-size: 10pt;
*/
	text-decoration: none;
	color: #000000;
}

.midsmall { font-size: 9pt; text-decoration: none}
.smallfont { font-size: 9pt;}

.textarea {border:solid 1;}
.input{border:solid 1;}

.shade {border-style:groove;}
.cinput {background-color:rgb(240,244,255); font-size: 10pt;}

.moduleEntryDetails {
	font-size: 11px;
	margin-bottom: 5px;
	color: #444444;
}

.moduleFeaturedTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #0033CC;
}

.moduleFeaturedDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 3px;
}

#pages {
    /* background-color: #181C23; */
    text-align: center;
    border: 0px solid white;
    width: 780; 
    margin: 0 0 25px 0px;
}

#pages span.dots {
    display: block;
    float: left;
    color: #333333;
    font: bold 136% verdana;
    margin: 0 4px 0 2px;
}

#pages a {
    display: block;
    float: left;
    text-decoration: none;
    font: bold 114% arial;
    color: #606060;
    border: 1px solid #606060;
    padding: 2px 7px;
   /* background-color: #181C23; */
    background-color: #CCCCCC;
    margin: 0 2px 0 0;
}

#pages a:hover {
    /* background-color: #EE577C;
    color: white; */
    background-color: #FFF5B5;
    color: black;
}

#pages a.current {
    font-weight: bold;
    color: black;
    background-color: white;
    /* border: 1px solid white; */
    /* background-color: #FFF5B5; */
}
clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #FF0000;
	font-size: 12px;

}

.white_bold {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

