f1 {font-size: 8pt; font-family : Trebuchet MS; padding: 2px 5px; text-align: left;}
td {font: 10pt Arial; font-weight: normal;}
h1 {background: #757575; padding: 3px 7px; margin: 2px 0 5px 0; color: #FFFFFF; font: 20pt Trebuchet MS; text-transform: capitalize; text-align: left;}
h2 {background: #2d2d2d; padding: 3px 7px; margin: 2px 0 5px 0; color: #FFFFFF; font: 13pt Trebuchet MS; font-weight: normal; text-align: left;}
h4 {color: #4b4b4b; font: 18pt Trebuchet MS; font-weight: normal; text-align: left;}
h5 {background: #ffcb00; padding: 3px 7px; margin: 2px 0 5px 0; color: #FFFFFF; font: 20pt Trebuchet MS; text-transform: capitalize; text-align: left;}
a {color: #115fb4; text-decoration: none;}
a:hover {color: #636567; text-decoration: none;}

button, input[type="submit"]{
	border: medium none;
	font-size: 125%;
	padding: 10px;
	background-color: #B5B5B5;
	cursor: pointer;
}

button.small, input[type="submit"].small{
	font-size: 100%;
	padding: 3px;
}

button:hover, input[type="submit"]:hover{
	background-color: #505050;
}

span.title{
	color: #115FB4;
	font-size: 16px;
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold;
}

span.small{
	font-size: 11px;
}
.login_button{
	width: 100px;
	background: -webkit-linear-gradient(#B5B5B5 , #67676B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#B5B5B5 , #67676B);  /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#B5B5B5 , #67676B);  /* For Firefox 3.6 to 15 */
    background: linear-gradient(#B5B5B5 , #67676B);  /* Standard syntax */

    border: 1px solid;
    border-color:#67676B;
	
	color:black;
	height: 35px;
	border-radius: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight:600px;
	margin-top:10px;
	padding-top:4.5px;
	text-align: center;

}
.login_button:hover{
	width: 100px;
	
	background: -webkit-linear-gradient(#67676B , #828282); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#67676B , #828282); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#67676B , #828282);  /* For Firefox 3.6 to 15 */
    background: linear-gradient(#67676B , #828282);  /* Standard syntax */

    border: 1px solid;
    border-color:#828282;
	color:white;
	height: 35px;
	border-radius: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight:600px;
	margin-top:10px;
	padding-top:4.5px;
	text-align: center;

}