/* CSS Document */

.h1headers {
	font-size:36px; font-weight:lighter; color: #333333
}

a:link {
	color: #000099;
	text-decoration: none;
	font-weight:bold
}
a:visited {
	text-decoration: none;
	color: #000099;
	font-weight:bold
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
	font-weight:bold
}
a:active {
	text-decoration: none;
	font-weight:bold
}

.footer {color:#FFFFFF; font-size:11px; width:1200px;}
.footer a:link {color:#FFFFFF; font-size:11px;}
.footer a:visited {color:#FFFFFF; font-size:11px;}
.footer a:hover {color:orange; font-size:11px; text-decoration:none}

.guy a:link {color:#FFFFFF; font-size:20px;}
.guy a:visited {color:#FFFFFF; font-size:20px;}
.guy a:hover {color:orange; font-size:20px; text-decoration:none}

.small {font-size:12px}

.calibri {font-family: Calibri}

@font-face {
 font-family: MyCustomFont;
 src: url("fonts/impact.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("fonts/impact.ttf") /* TTF file for CSS3 browsers */
}

.newtitle {font-family:MyCustomFont; font-size:22px; color:#09649d}
.newtitle_huge {font-family:MyCustomFont; font-size:32px; color:#09649d}

.footer_white_new {font-family:MyCustomFont; font-size:22px; color:#fff}
.justwhite {color:#FFF}
.coolinput {width:100%; background-image:url(images/inputbg.png); font-style:italic; color:#666; border:1px solid #ccc; height:25px; padding:5px}
.coolinput2 {width:100%; background-image:url(images/inputbg.png); font-style:italic; color:#666; border:1px solid #ccc; height:35px; padding:5px}
