a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.textStyle {
	font-family: "Trebuchet MS", Arial, "Fixed Sans Serif";
	font-size:12px;
}
.textBox {
	background-color: #EEEEEE;
	font-size:12px;	
	font-family: "Trebuchet MS", Arial, "Fixed Sans Serif";
	padding: 1px;
	border: solid 1px #CCCCCC;
}
.line {
	border: dotted 1px #AAAAAA;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.button {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666;
	height:25px;
}
.fileTextStyle {
	font-family: "Trebuchet MS", Arial, "Fixed Sans Serif";
	font-size:12px;
}
.fileTextStyle a:link {
	color:#000000;
	text-decoration: none;
}
.fileTextStyle a:visited {
	color:#000000;
	text-decoration: none;
}
.fileTextStyle a:active {
	text-decoration: none;
}
.fileTextStyle a:hover {
	text-decoration: underline;
}
.tableStyle {
	border: dotted 1px #BBBBBB;
}
.errMsg {
	font-family: "Trebuchet MS", Arial, "Fixed Sans Serif";
	color:#FF0000;
	}
.okMsg {
	font-family: "Trebuchet MS", Arial, "Fixed Sans Serif";
	color:#00FF00;
}

.bigText {
	font-family: "Trebuchet MS", Arial, "Fixed Sans Serif";
	color:#333333;
	font-size:16px;
	font-weight:bold;
}