h1.home{
	font-size : 14px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight : bold;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	color: #063C62;
}

h1.title1{
	font-size : 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight : bold;
	font-family :  "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
	color: #55646F;
}

h2.menu{
font-size : 14px;
margin-bottom: 0; 
padding-bottom: 0; 
font-weight : bold;
font-family :  "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
color: #455CA0;}

h3{
font-size : 13px;
margin-bottom: 0; 
padding-bottom: 0; 
font-weight : bold;
font-family :  "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
color: #65466B;}

.text{
font-size : 11px;
margin-bottom: 0; 
padding-bottom: 0; 
font-weight : normal;
font-family :  "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
color: #000000;}

.text2{
font-size : 11px;
margin-bottom: 0; 
padding-bottom: 0; 
font-weight : normal;
font-family :  "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
color: #666666;}

.text3{
font-size : 11px;
margin-bottom: 0; 
padding-bottom: 0; 
font-weight : normal;
font-family :  "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
color: #00057F;}

.text4{
font-size : 14px;
margin-bottom: 0; 
padding-bottom: 0; 
font-weight : normal;
font-family :  "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
color: #00057F;}

.textsmall{
font-size : 10px;
margin-bottom: 0; 
padding-bottom: 0; 
font-weight : normal;
font-family :  "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
color: #666666;}

.marketit{font-style: italic;}

.marketitissues{list-style-image: url(../images/arrow.gif);}

.download{
	font-size : 0.9em;
	font-family :  arial, verdana, Helvetica, sans-serif;
	color: #000000;}

address {
	font-family: "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

A.flip1{
	font-weight : normal;
	color: #666666;
	text-decoration: underline;

}

A.flip1:hover{
	font-weight : normal;
	text-decoration: none;
	color: #00057F}
	
	
A.flip2{
	font-weight : normal;
	color: #00057F;
	text-decoration: underline;

}

A.flip2:hover{
	font-weight : normal;
	text-decoration: none;
	color: #666666}
	

A.flip3{
	font-weight : normal;
	color: #333333;
	text-decoration: underline;

}

A.flip3:hover{
	font-weight : normal;
	text-decoration: none;
	color: #00057F}



A.fliptools{
	font-weight : normal;
	color: #666666;
	text-decoration: none;

}

A.fliptools:hover{
	font-weight : normal;
	text-decoration: underline;
	color: #063C6D}
	

A.flipmenu{
	font-weight : normal;
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
	font-size: 11px;


}

A.flipmenu:hover{
	font-weight : normal;
	text-decoration: none;
	color: #3399FF;
	font-family: "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
}


input.input125{
	font-family: "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00057F;
	width: 125px;
	background-color: #FFFFFF;

}

input.input170{
	font-family: "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00057F;
	width: 170px;
	background-color: #FFFFFF;

}

SELECT.drop100 {
	width : 100px;
	font-family : "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #00057F;
	background colour : #FFFFFF;
	font-weight: normal;

}

SELECT.drop170 {
	width : 170px;
	font-family : "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #00057F;
	background colour : #FFFFFF;
	font-weight: normal;

}

textarea.textarea {
	width: 170px;
	height: 100px;
	font-family: "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	color : #00057F;
	font-style: normal;
	font-weight: normal;

}

/*Login Form*/
#loginfrm fieldset{
	width:217px;
	margin-left:10px;
	}
	
#loginfrm label, #loginfrm input {
	display: block;
	width: 132px;
	height:19px;
	float: left;
	margin-bottom: 5px;}
	
#loginfrm input {
	margin-left:10px;}

#loginfrm label {
	text-align: right;
	width: 75px;}
 
#loginfrm .login{
	float:right;
 	width: 132px;
 	height: 19px;
 	padding: 28px 0 0;
 	margin: 0;
 	border: 0;
 	background: transparent url(../images/n_login.gif) no-repeat center top;
 	overflow: hidden;
 	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */}
	
#loginfrm>.login { /* For non-IE browsers*/
	height: 0px;
	} 

.forgot{
	clear: both;
	float: right;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	color:red;
	}

#loginfrm br {
	clear: left;}