.mystyle {
	background-image: url(images/line.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
}
.text {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #545454;
}
.text1 {
	font-family: Verdana;
	font-size: 11px;
	color: #545454;
}
.text2 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.white {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

p {
	font-family: Verdana;
	font-size: 10px;
	color: #545454;
}
.fieldText {
	border: 1px solid #D4D4D4;
	font-family: Verdana;
	font-size: 9px;
	color: #545454;
	line-height: 12pt;
}
.text3 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

a.red:link {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}


a.red:visited {

	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}
a.red:active {

	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.col:link {
	font-family: Verdana;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}
a.col:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}
a.col:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Verdana;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}
