/* CSS Document by Arve */


/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333333;}


h1 {font-size: 1.5em; margin-top:0;}	
h2 {font-size: 120%;}	
h3 {font-size: 120%;}	
h4 {font-size: 100%;}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a:link,
a:visited {
	text-decoration:none;
	color:#F48906;} 
a:hover, 
a:active {
	text-decoration:underline;}


/* FORMS
---------------------------------------- */
form {
	margin: 0px; padding:0;}
	
input:focus {
	background-color:#DDD;}
textarea {}

.input {
	height:13px;
	padding:2px;
	font-size:11px;}
	



/* MISC
---------------------------------------- */
.absmiddle {
	vertical-align: middle;}

.clear {
	clear:both;}
	
img {
	border:none;}
	
.fancy-box {}

.floatLeft {
	float:left;}

.floatRight {
	float:right;}
	
.noP p{
	margin:0;
	padding:0;}

.small {
	font-size:0.9em;}
	
	
