/*Heading styles*/
 h1, h2, h3, h4 {
    margin: 2px 0px 0px 0px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: normal;		
}
h1 {
    font-size: 1.8em;
	color: #000;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.1em;
}
/*A utility rule assigned to the first heading to remove top margins.*/
 .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
    margin-top: 0px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
 img.scalable {
    height: auto;
    width: auto;
    max-width: 100%;
    border-radius: 5px;
}

.TOPSTRIP {
    background-color: #222;
	width: auto;
    min-height: 48px;
    float: none;
}

.rightjustified {
	color: #fff;
	float: right;
	position: relative;
	top: 5px;
	right: 5px;	
}

.topleft {
    float: left;
	position: relative;
	top: 5px;
	left: 10px;
}




/* unvisited link */
a:link {
text-decoration: underline;
color: #0000FF;
}


/* visited link */
a:visited {
text-decoration: underline;
color: #0000FF;
} 



/* mouse over link */
a:hover {
text-decoration: none;
color: #FFFFFF;
background-color: #008000;

}



/* selected link */
a:active {
	text-decoration: none;
/*	font-size: 9px;*/
	color: #FF0000;
}



.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	font-weight: bold;
}
.style2 {font-family: Arial, Helvetica, sans-serif;color: #FFFF00;font-weight: bold;font-size: 12px;}
.style3 {color: #FFFFFF}
.style4 {font-family: Arial, Helvetica, sans-serif;font-size: 14px;}
.style5 {font-family: Arial, Helvetica, sans-serif;font-weight: bold; font-size: 14px; }
.style6 {font-size: 18px;color: #FFFF00;}
.style7 {font-family: Arial, Helvetica, sans-serif;font-size: 14px; }
.style8 {font-family: Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;color: #FF0000;}
.style9 {font-size: 12px}

.style11 {font-size: 16px;font-family: Arial, Helvetica, sans-serif;color: #666666;}
.style12 {font-size: 10px}
.style13 {font-size: 18px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
.style14 {font-size: 18px; font-family: Arial, Helvetica, sans-serif; }
.style15 {font-size: 12px;color: #FFFFFF;}
.style16 {color: #FFFFFF;font-weight: bold;font-size: 12px;}
.style17 {color: #FFFFFF;font-size: 10px;}
.style18 {font-size: 18px;font-weight: bold;}
.style19 {color: #dddddd;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif}
.style20 {color: #FF0000}
.style21 {font-size: 18px}



.LinkButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	height:14px;
	line-height:14px;
	width:40px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.LinkButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.LinkButton:active {
	position:relative;
	top:1px;
}
