/* **************************************************************************** */
/* **************************     GLOBAL RESETT         *********************** */
/* **************************************************************************** */
html body { 
	border:0px;
}

html { 
	font-size:100.01%; 
	height: 100%;
}

body {
	margin: 0px auto;
	padding: 5px;
	width: 930px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.70em; 
	background-color: #fff;
	color: #000;
	line-height: 1.5;
	min-height: 101%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 1.8em; font-family: Verdana, Arial, Sans-Serif; font-weight:bold; line-height: 1.2em; }
h2 { font-size: 1.3em; line-height: 1.3em; }
h3 { font-size: 1em; line-height: 1.2em; }
h4 { font-size: 0.9em; font-weight:normal; }
h5 { font-size: 0.8em; font-weight:normal; }

p {margin: 0 }

img {
	border: none;
	text-decoration: none; 
}

a {
	text-decoration: none;
	color: #993293;
}
a:visited {
	color:#993293;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: #993293;
}
form {
	margin:0;
	padding:0;
	display: inline;
}
/* **************************************************************************** */
/* **************************     GLOBAL CLASSES        *********************** */
/* **************************************************************************** */
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.box {
	margin-bottom: 20px;
	padding: 5px;
	clear: both;
	border: 1px solid #ccc;
	background-color: #fff;	
}
.box select {
	width: 100%;
}
.box input {
	margin: 5px 0;
}
.clearer {
	line-height: 0; /* ie */
	clear: both;
}
.hidden 
{
    display: none;
}

