/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#CC3300
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.style1 {
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}
.style2 {color: #F4F4F4}

.style3 {
	font-size: large;
	color: #939E11;
}
.style4 {color: #4199CB}
.style5 {
	color: #FF5C0D;
	font-size: x-large;
}
.style6 {font-size: x-large}
.left_dotted_blue {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #24A0D6;
	border-right-color: #24A0D6;
	border-bottom-color: #24A0D6;
	border-left-color: #24A0D6;
}

.note{
color:#FF0000;
}
.formfield {
	font-size: 12px;
	border: 1px solid #230414;
}
div.scroll2 {
height: 380px;
width: 340px;
overflow: auto;
border: 1px solid #666;
padding: 2px;
}

#contract{
height: 300px;
width: 100%;
overflow: auto;
border: 1px solid #666;
padding: 2px;
}