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

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

A.homepg  {
		color: #000000;
		font-size : 14px; 
		font-weight : bold;
		text-decoration : none;
        }
        
A:hover	{color: #0034E6;}

.txtsmall	{font-size: 10px;}

TD,P,.txt	{
		font-size : 12px;
		line-height : 140%;
}

.offhead    {
		font-size : 18px;
	    color: #CC0000;
		font-weight : bold; 
		text-align : center; 
		line-height : 140%;
}

.offer    {
        text-align : center;
    	color: #000000;
    	font-size : 12px;
    	font-weight : bold;
    	text-decoration : none;
    	background-color: #D4E1EE;
    	padding : 2px;
        border-style : solid;
        border-width : thin;
}

.selctd    {
        text-align : center;
    	color: #000000;
    	font-size : 12px;
    	font-weight : bold;
    	text-decoration : none;
    	background-color: #FFFF33;
    	padding : 2px;
        border-style : solid;
        border-width : thin;
}

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

.txtlab {
		font-size : 12px;
		font-weight : bold; 
}

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

.txthead {
		font-size : 14px;
		font-weight : bold; 
		text-align : center; 
		line-height : 140%;
}

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

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

.txtlink:hover {
		font-size: 12px;
		color: blue;
		text-decoration: underline
}

.smbtn {
	font-size: 10px;
}

.smbtn60 {
	font-size: 10px;
	width: 60px;
}

/* 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: #0E1F35;
		text-decoration : none;
		padding-top: 5pt;
}
A.mnu:hover {color: blue};

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

.cursec {
	background-color : #A6BDDD;
}

.curpage {background-color :  #ffffff;}

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