body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

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

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

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}
.link2 {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

.text1 {
	font-size: 26px;
	font-weight: bold;
	color: #555555;
}

.text2 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #BBBBBB;
}

.text3 {
	text-align: center;
	font-size: 9px;
	color: #BBBBBB;
}

.text4 {
	font-size: 16px;
	font-weight: bold;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 li {
	margin-bottom: 1em;
}

.list1 a {
	color: #535353;
	text-decoration: underline;
}

.list1 a:hover {
	color: #535353;
	text-decoration: none;
}

.bg1 { 
	background: url(images/img2.gif) repeat-x left top; height: 40px; 
}

.bg2 { 
	background-color:#000000; height: 100px; 
}

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

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

img { 
	border: none; 
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

