/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color:#464D6A;
	font-size:75%;
}

p,span,div,li,td,th,label { 
	font-family: Arial, Helvetica, Verdana, sans-serif; }

h1 {font-size: 130%; margin:0; padding:0;}	
h2 {font-size: 120%; margin-bottom:2px; padding-bottom:2px;}	
h3 {font-size: 110%; margin-bottom:0px; padding-bottom:0px; }	
h4 {font-size: 1.0em;}	
h5 {font-size: 0.8em;}	
h6 {font-size: 0.6em;}

form { margin: 0px; }

a,
img {
	outline:none;
}

/* Links
------------------------------------------------------------------ */
a,
a:link,
a:visited {
	color:#0000CC; 
	text-decoration: underline;
} 
a:hover, 
a:active {
	color:#000; 
	text-decoration:underline;
}
	
/* FORMS
------------------------------------------------------------------ */
form {}
input {}
input:focus {
	background-color:#CCCCCC;}
textarea {}

/* TOOLBOX
------------------------------------------------------------------ */
.hide{ display:none;}
.bold {font-weight:bold;}
.floatLeft {float:left;}
.floatRight {float:right;}
.clear {clear:both;}
.clearleft {clear:left;}
.clearIE {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
