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


h1, body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #445457;
}
h3, body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #445457;
}

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

.input1 {
    width: 114px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #445457;
}

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

.text1 {
    color: #FF000C;
}

.text2 {
    font-size: 10px;
}

.text3 {
    color: #FFFFFF;
}

a {
    color: #2374B3;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
    color: #445457;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
    color: #FFFFFF;
}

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

a.link3 {
    font-size: 10px;
	text-decoration: none;
    color: #586670;
}

a.link3:hover {
	text-decoration: underline;
}

/*
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 {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.style1 a {
    color: #FFFFFF;
}

.style1 a:hover {
}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}