@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
.mainTable {
	border: 3px solid #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

.mainPadding {
	margin: 10px;
}
td {
	font-family: "Trebuchet  MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
hr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.whiteTxt {
	color: #FFFFFF;
}
.redTxt {
	color: #c0272d;
	font-size: 14px;
	font-weight: normal;
}
.greenTxt {
	font-size: 14px;
	color: #69aa0f;
}
.blueTxt {
	font-size: 14px;
	color: #5da9d7;
}

.redBG {
	background-image: url(images/background_red.gif);
	background-repeat: repeat;
}
.blueBG {
	background-image: url(images/backround_blue.gif);
	background-repeat: repeat;
}
.orangeBG {
	background-image: url(images/background_orange.gif);
	background-repeat: repeat;
}
.greenBG {
	background-image: url(images/background_green.gif);
	background-repeat: repeat;
}
.purpleBG {
	background-image: url(images/background_purple.gif);
	background-repeat: repeat;
}
a:link {
	color: #c0272d;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #c0272d;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #c0272d;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #c0272d;
	text-decoration: underline;
	font-weight: bold;
}
