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

body, table {
	font-family: Arial;
	font-size:11px;
	color : #6C6C6C;
	line-height : 21px;
	cursor : default;
	text-align : justify;
}

.menu {
	padding-left:10px;
	padding-right:10px;
}

a.text {
	color : #569BD4;
	text-decoration : underline;
}

a.text:hover {
	background-color: #EEF0F2;
	color : #F97803;
	text-decoration : underline;
	font-weight:bold;
}

a {
	text-decoration: underline;
	color: #647382;
}

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

pre
{
	margin:0px;
	padding:0px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

h1 {
	font-size: 18px;
	line-height: 18px;
	color: #FF6600;
	font-family: arial;
	font-weight : normal;
	text-transform : uppercase;
}

h2 {
	font-size: 14px;
	line-height: 18px;
	color: #5C9BBC;
	font-family: arial;
	font-weight : bold;
	text-transform : uppercase;
}
