/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #363365;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
.none {
	display: none;
}

.txtsmallxx {
	font-size: xx-small;
}
.txtsmallx {
	font-size: x-small;
}
.txtsmall {
	font-size: small;
}
.txtmedium {
	font-size: medium;
}
.txtlarge {
	font-size: large;
}
.txtlargex {
	font-size: x-large;
}
.txtlargexx {
	font-size: xx-large;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.nounderline {
	text-decoration: none;
}
.strikethrough {
	text-decoration: line-through;
}

.italic {
	font-style: italic;
}.txtjustify {
	text-align: justify;
}
.txtred {
	color: #C6351A;
}
.txtwhite {
	color: #FFFFFF;
}
img {
	border: none;
}
.redborder {
	border: 1px solid #C6351A;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.aligncenter {
	text-align: center;
}
.floatleft {
	float: left;
}
a.white:link, a.white:visited, a.white:active {
	color:#FFFFFF;
}
a.white:hover, a {
	color: #FFFFFF;
	text-decoration: underline;
}
