/* CSS Document */

body, td, p {  font-family:"Trebuchet MS", Tahoma, Arial;		font-size: 13px; 
		color: #000;
                	
}

.heading {  font-size: 16px; color: #404040; font-weight: bolder}

.subheading { font-size: 12px; color: #383838; font-weight: bolder }

a { color: #1373A5; text-decoration: underline}
a:visited {color: #1373A5; text-decoration: underline}
a:hover {color: #FCA404; text-decoration: underline}

.footer { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: none}
.footer:link { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: none}
.footer:visited { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: none}
.footer:hover { font-size: 10px; color: #FCA404; font-weight: normal; 
text-decoration: underline;
} 

a img { border:0px; }
.breadcrumbs, .breadcrumbs:link, .breadcrumbs:active, .breadcrumbs:visited {
	color: #1E7BC1;
	text-decoration: none;
	vertical-align: middle;
}
.breadcrumbs:hover {
	color: #F00;
	text-decoration: underline;
	vertical-align: middle;
}

.highlight, .sb_links_heading, .sb_news_heading { 
	font-size: 12px; 
	color: #003373; 
	font-weight: bold;
}

.inputbox {
	background-color: #808080;
	border-style: solid;
	border-width: 1px 3px 1px 3px;
	margin: 2px 4px 2px 4px;
	font-size: 10pt;
	font-weight: normal;
	color: white;
	height: 18px;
	vertical-align: middle;
}
.button {
	background-color: #808080;
	border-style: solid;
	border-width: 1px 3px 1px 3px;
	margin: 2px 4px 2px 4px;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	height: 18px;
	vertical-align: middle;
}
.header {
	font-size: small;
	background-color: #006;
	color: yellow;
	border: white;
	letter-spacing: 2px;
	font-weight: bold;
}
.desc {
	background-color: #fff;
	font-size: x-small;
	color: #666;
	padding: 3px;
}
.list {
	font-size: x-small;
	border-bottom: thin groove #006;
}
h1 {
font-size : 22px;
font-weight : bolder;
font-family:"Trebuchet MS", Tahoma, Arial;
text-decoration : none;
text-transform : none;
font-variant : normal;
color : #009cda;
margin-top:15px;
}
h2 {
font-size : 14px;
font-weight : bolder;
font-family:"Trebuchet MS", Tahoma, Arial;
text-decoration : none;
text-transform : none;
font-variant : normal;
color : #e22012;
line-height:16px;
}
h3 {
font-size : 14px;
font-weight : bolder;
font-family:"Trebuchet MS", Tahoma, Arial;
text-decoration : none;
text-transform : none;
font-variant : normal;
color: #00f;
line-height:16px;
}
h4 {
font-size : 14px;
font-weight : bolder;
font-family:"Trebuchet MS", Tahoma, Arial;
text-decoration : none;
text-transform : none;
font-variant : normal;
color: #F00;
line-height:16px;
}
h5 {
font-size : 14px;
font-weight : bolder;
font-family:"Trebuchet MS", Tahoma, Arial;
text-decoration : none;
text-transform : none;
font-variant : normal;
color: #06F;
line-height:16px;
} 
h6 {
font-size : 14px;
font-weight : bolder;
font-family:"Trebuchet MS", Tahoma, Arial;
text-decoration : none;
text-transform : none;
font-variant : normal;
color: #e22012;
line-height:16px;
} 

.sbfbform, .sbfblink, .sbfbinteger, .sbfbnumeric, .sbfbemail, .sbfbmemo, .sbfbradio, .sbfbcombo, .sbfblabel, .sbfbtext {  
	font-family:"Trebuchet MS", Tahoma, Arial;	font-size: 12px;
	color: #000000;
	text-align: left;
        /*cursor: e-resize;*/
}

li, ul {
	font-family:"Trebuchet MS", Tahoma, Arial;	font-size: 13px;
	color: #333;
	text-align: left;

}

.submitbtn {
   color:#525252;
   font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
   cursor: pointer;
}

