html {
    height: 100.1%;
    width: 100%;
    overflow-x:hidden;
}

body {
    background-color: #CCCBFF;
    color: #666666;
    font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    background-image: url('../images/backgrounds/grdBg_main.gif');
    background-repeat: repeat-x;
}

.imgBox{
	font-size:1px;
	line-height:1px;
	border: 0px;
}

/* standard html tags */
div {    margin: 0px;    padding: 0px;}
p   {    margin: 0px;    padding: 0px;}
td  {    padding:0px; margin:0px;}
tr  {    padding:0px; margin:0px;}

h1{
	line-height: 25px;
	color: #FE13D0;
	font-size: 18px;
}

label{
	font-size: 14px;
	color: #990099;
}

a:link, a:visited {
    color: #3d3d3d;
    text-decoration: none;
    font-weight:normal;
    font-size: 11px;
}
a:hover {
    color: #FF33CC;
    text-decoration: none;
    font-weight:normal;
    font-size: 11px;
}
a:focus, a:active {
    color: #CC0000;
    text-decoration: none;
    font-weight:normal;
    font-size: 11px;
}

.contactHead{
	font-size: 18px;
	color: #ff33cc;
}

.contactAddy{
	font-size: 12px;
	color: #333399;
	padding-top: 10px;	
}

/* formular definitions */
div.formInput {
	float: left;
	padding-bottom: 6px;
}
div.label {
	width: 130px;
	float: left;
}
div.input {
	width: 240px;
	float: left;
	background-image: url('../images/backgrounds/bgInp_name.gif');
	padding: 4px 4px 8px 4px;
	height: 19px;
	background-repeat: no-repeat;
}
div.cntFrm{
	width: 916px;
}
input{
	border: 0px;
	font-size: 12px;
	background-color: transparent;
}
textarea{
	border: 0px;
	font-size: 11px;
	background-color: transparent;
}
fieldset{
	width: 45px;
}

/** 
* Styles for javascript fvalidate class (form validator)
*/
label.errHilite {
	color: #CC33CC;
	font-weight: bold;
}
