/* CSS Document */

h1 {
	font-family: "Trebuchet MS";
	font-size:17px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:18px;
	color:#F1B228; /*yellow*/
	column-break-before:always;


}


h2 {
	font-family: "Trebuchet MS";
	font-size:17px;
	font-weight:bold;
	line-height:18px;
	letter-spacing:1px;
	color:#0e69b4; /*blue*/
	column-span:2;

}

.smallhead { font-size:14px;}

.bracket {
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	line-height:18px;

	color:#0e69b4; /*blue*/
	column-span:2;
}

h3 {
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#0e69b4; 
	

}

p{
	font-family: "Trebuchet MS";
	font-size:12px;
	line-height:15px;
/*	letter-spacing:1px;*/
	color:#0e69b4; /*blue*/
	

	}
	
.larger 
{
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	/*line-height:15px;*/
	letter-spacing:1px;
	color:#0e69b4; /*blue*/

	}
	
.yellow{
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	line-height:15px;
/*	letter-spacing:1px;*/
	color:#F1B228; /*yellow*/
	

	}
.bigyellow{
	font-family: "Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	/*line-height:15px;*/
/*	letter-spacing:1px;*/
	color:#F1B228; /*yellow*/
	

	}	
li {
	font-family: "Trebuchet MS";
	font-size:12px;
	line-height:15px;
/*	letter-spacing:1px;*/
	font-weight:500;
	color:#0e69b4; /*blue*/
	margin-left:-10px;
	
	}
	
a.partners {
	font: "Trebuchet MS";
	font-size:11px;
	color: #009999;/*turqoise*/
	line-height: normal;
	font-weight:bold;
	padding-left:20px;
	text-decoration:none;
	}

a.partners:hover {
	font: "Trebuchet MS";
	font-size:11px;
	color:#F1B228;/*yellow*/
	line-height: normal;
	font-weight:bold;
	padding-left:20px;
	text-decoration: underline;
	}
a.partners:visited {
	font: "Trebuchet MS";
	font-size:11px;
	color: #009999; /*turqoise*/
	line-height: normal;
	font-weight:bold;
	padding-left:20px;
	text-decoration:none;
	}
	
a.partners:visited:hover {
	font: "Trebuchet MS";
	font-size:11px;
	color:#F1B228;/*yellow*/
	line-height: normal;
	font-weight:bold;
	padding-left:20px;
	text-decoration: underline;
	}	


	
a  {
	font: "Trebuchet MS";
	font-size:12px;
	color:#0e69b4; /*blue*/
	line-height:17px;
	
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	font: "Trebuchet MS";
	font-size:12px;
	color:#009999; /*turqoise*/
	line-height: normal;
	line-height:17px;
	
	text-decoration: underline;
	}
a:visited {
	font: "Trebuchet MS";
	font-size:12px;
	color:#0e69b4; /*blue*/
	line-height:17px;
	
	font-weight:bold;

	text-decoration:none;
	}
	
a:visited:hover {
	font: "Trebuchet MS";
	font-size:12px;
	color:#009999; /*turqoise*/
	line-height:17px;
	
	font-weight:bold;

	text-decoration: underline;
	}
	
	
a.larger  {
	font: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	letter-spacing:1px;
	color:#009999; /*turqoise*/

	text-decoration:none;
	}

a.larger:hover {
	font: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	letter-spacing:1px;
	color:#F1B228;/*yellow*/

	
	text-decoration: underline;
	}
a.larger:visited {
	font: "Trebuchet MS";
	color:#009999; /*turqoise*/
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	letter-spacing:1px;

	text-decoration:none;
	}
	
a.larger:visited:hover {
	font: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	letter-spacing:1px;
	color:#F1B228;/*yellow*/


	text-decoration: underline;
	}
	
	
	
.formField_login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	border:solid 1px #F0BA3E;
	width: 200px;
}

checkbox.login
{
	color:#F0BA3E;
	background-color:#FFFFFF;
	border:solid 1px #F0BA3E;
	
}

.button_login{
	background-image:url(../images/menu/log_button.gif);
	height:24px;
	width:51px;
	border:none;
	}
