/* CSS Document by Arve */


/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#4D4D4D;}


h1 {font-size: 1.5em; margin-top:0; color:#0091B9;}	
h2 {font-size: 120%;}	
h3 {font-size: 120%;}	
h4 {font-size: 100%; margin:0;padding:0}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a:link,
a:visited {
	text-decoration:underline;
	color:#666666;} 
a:hover, 
a:active {
	text-decoration:none;}


/* FORMS
---------------------------------------- */
form {
	margin: 0px;
	padding:0;}
	
.input,
.inputMargin {
	border:1px solid #B2DAE5;
	padding:3px 0 3px 5px;
	font-size:0.8em;
	width:160px;
	color:#666666;}
.inputMargin {
	margin:1px 0 5px 0;}
	

input:focus {
	background-color:#F2F2F2;}
textarea {}

	



/* MISC
---------------------------------------- */
.absmiddle {
	vertical-align: middle;}
	
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}

.clear {
	clear:both;}
	
img {
	border:none;}
	
.small {
	font-size:0.85em;}

.large {
	font-size:1.2em;}
	
.floatLeft {
	float:left;}

.floatRight {
	float:right;}

.paddingTB { /* padding top and bottom */
	padding: 10px 0 25px 0;}