body, div, td, input, select, textarea
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}


/* fckEditor fix
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.fckEdit
{
	background-color: Transparent;
	height: auto;
	margin:0px;
	padding:0px;
}

body.fckEdit table tr td
{
	border-color: #656565;	
}

*:first-child+html body.fckEdit
{
	background-color: #fff;
	background-image: none;
}

/* Links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a 
{
	color: #036;
	text-decoration: none;
}

a:hover 
{
	color: #999;
}

a img
{
	border: 0;
}

/* Headers
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {font-size: 20px; color:#003366;}

h2 {font-size: 18px;}

h3 {font-size: 16px;}

h4 {font-size: 14px;}

h5 {font-size: 12px;}

h6 {font-size: 10px;}

.HeaderImage img {margin: 0 0 10px 0;}

.HeaderText {margin: 0 0 10px 0;}

