/* CSS Document */
<style type="text/css">
		.smaller {
			font: 9px tahoma;
			color:#006699;
		}
		.small {
			font: 11px tahoma;
			color:#006699;
		}
		
		.medium_sml {
			font: 12px tahoma;
			color:#000000;
		}
		.medium {
			font: 13px tahoma;
			color:#006699;
		}
		.medium_blk {
			font: 13px tahoma;
			font-weight: bold;
			color:#000000;
		}
		.medium_blk_p {
			font: 13px tahoma;
			font-weight: normal;
			color:#000000;
		}
		.medium_red {
			font: 13px tahoma;
			color:#FF0000;
		}

		.large {
			font: 15px tahoma;
			color:#006699;
		}
		.large_red {
			font: 15px tahoma;
			color: #FF0000;
		}
		
		.large_blk {
			font: 15px tahoma;
			color: #000000;
		}		

		a.links {
			font: 12px tahoma;
			color: #1858B8;
			text-decoration: underline;
		}
		
		a.links2 {
			font: 15px tahoma;
			color: #1858B8;
			text-decoration: underline;
		}

	
		.input {
			border: 1px solid #006699;
			width: ;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
		.input:focus {
			border:1px solid #567475;
			background:   #FFFF99;
		}

		.input2 {
			border: 1px solid #006699;
			width: 220px;
			background: #e4ebeb;
			font: 11px verdana, sans-serif;
			color:#443;
			padding:3px;
			margin-bottom:4px;
			outline:none;
		}
		.input2:focus {
			border:1px solid #567475;
			background:   #FFFF99;
		}

		input.groovybutton
		{
   			font-size:11px;
   			font-family:Tahoma,sans-serif;
   			text-align:left;
   			color:#FFFFFF;
   			width:96px;
   			height:26px;
   			background-color:#2878C0;
   			border-top-style:solid;
   			border-top-color:#2878C0;
   			border-top-width:1px;
   			border-bottom-style:solid;
   			border-bottom-color:#2878C0;
   			border-bottom-width:1px;
   			border-left-style:solid;
   			border-left-color:#1858B8;
   			border-left-width:6px;
   			border-right-style:solid;
   			border-right-color:#508CC0;
   			border-right-width:6px;
		}
</style>
