body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3B3B3B;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 169px;
	padding: 1px 3px;
}

.align-justify {
	text-align: justify;
}

.text1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.text2 {
	color: #B2B2B2;
}

.text3 {
	color: #817459;
}

a {
	color: #4a6ca9;
}

a:hover {
	text-decoration: none;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
	color: #CED5E2;
}

.style1 a {
	color: #CED5E2;
}

.style1 a:hover {
}


/** BASIC STYLES */

body {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, blockquote, ul, ol, dl {
	margin-top: 0;
}



/** MISC STYLES */

.hide { position: absolute; left: -10000px; }
.h100 { height: 100%; }
.align-justify { text-align: justify; }


/** FORM STYLES */


/** BACKGROUNDS */


/** LINK STYLES */


/** HEADING STYLES */
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a6ca9;

}

/** TEXT STYLES */


