/*Main styles for whole site*/
BODY {
	    font-family: Verdana, Helvetica, Sans-Serif;
		font-size : 12px; 
		background-color: white; 
		color: #000000;
		margin-top : 10px;
}

A  {
		color: #000000;
		text-decoration : none;
		padding-top: 5pt;
		font-weight : bold;
}

A:hover	{color: #0034E6;}

em { font-weight: bold; color: #0045cf }

p {/*width:400px;*/ text-align:justify;}

.cap {
        float: left;
        width: 58px;
        font-size: 56px;
        line-height: 42px;
        font-weight: normal;
        font-family: Georgia, Times, Serif;
}

.txtsmall	{font-size: 10px;}

.txt	{
        font-family: Georgia, Times, Serif;
		font-size : 14px;
		line-height : 130%;
}

.txtmid	{
		font-size : 16px;
		line-height : 130%;
}

.txtbig {
		font-size : 20px;
		font-weight : bold; 
		text-align : left; 
		line-height : 140%;
}

.txtbold	{
	    font-weight: bold;
	    font-size: 14px;
		line-height : 130%;
}

.txtlink	{
		font-weight: normal;
		font-size: 14px;
		color: #000000;
		text-decoration: underline
}

.txtlink:hover {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-decoration: underline
}

/* Use hbanner in header.inc only */
.hbanner {
	    font-family: Times, serif;
		font-size : 32px;
		font-weight : bold;
		text-align: left;
		color: #FFFFFF;
}

/* Use hfoot in footer.inc only */
.hfoot	{
	    font-weight: normal;
	    font-size: 11px;
}

/*Website menu styles */
A.mnu	{
	    font-family: Verdana, Helvetica, Sans-Serif;
	    font-size: 11px;
		font-weight : bold;
		color: #404080;
		text-decoration : none;
		padding-top: 5pt;
}
A.mnu:hover { color: darkMagenta }

HR.menu {color: #333333;height: 1;}

.cursec {background-color : #99CCFF;}

.curpage {background-color :  #99FFFF;}

.mnutxt	{
	    font-family: Verdana, Helvetica, Sans-Serif;
	    font-weight: bold;
	    font-size: 11px;
}
