/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 76%;}

a {
	outline:none;}

img {
	outline:none;}

p {
	margin-top:0px;}

h1 {
	font-size: 190%;
	color:#C61619;
	font-weight: bold;
	margin-bottom: 10px;}
	
h2 {
	font-size: 150%;
	color:#C61619;
	font-weight: bold;
	margin-bottom: 5px;}	
	
h3 {
	font-size: 120%;
	color:#000;
	margin-bottom:0px;
	padding-bottom:0px;}
		
h4 {
	font-size: 100%;
	color:#333333;
	margin-bottom:0px;
	padding-bottom:0px;}	
	
h5 {
	font-size: 80%;}
		
h6 {
	font-size: 60%;}
	
hr {
	color:#CCCCCC;}

/* LINKS 
---------------------------------------- */

a:link,
a:visited {
	color:#C61619;
	text-decoration: none;} 
	
a:hover, 
a:active {
	color:#C61619;
	text-decoration:underline;}
	
h2 a:link,
h2 a:visited {
	color:#C61619;}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;}
	
.clear {
	clear:both;}
	
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}
	 
.clearleft {
	clear:left;}
	
 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;} 

/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}