body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #231F20;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; 
	font-weight: bold;
}

a:link {
	color: #A2224B;
	/*
	text-decoration: none;
	*/
}

a:visited {
	color: #A2224B;
	/*
	text-decoration: none;
	*/
}

a:hover {
	color: #FF0000; 
	text-decoration: none;
}
a:active {
	color: #FF0000; 
	text-decoration: none;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #231F20;
}
.sideBorders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #A2224B;
	border-left-color: #A2224B;
}
.blueBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4385A0;
	border-bottom-width: 1px;
	border-bottom-color: #4385A0;
}
.paddedLeft {
	padding-left: 20px;
}
.smText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #A2224B;	
}
.orderedList  {
	list-style-image: url(images/bullet.gif);
	
}
.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3px;
}
.italText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #115478;
	font-style: italic;
}
.uppercasetTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #A2224B;
	font-weight: bold;
	text-transform: uppercase;
}	
	
	
.boldedTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #A2224B;
	font-style: normal;
	font-weight: bold;
}

.color1 {
color: #A2224B;
}
.color1rev {
color: #FFFFFF;
background-color: #A2224B;
}

.box1 {
border-style: solid;
border-width: 1px 0px 0px 1px;
border-color: #CCCCCC;
}
.box1 td {
border-style: solid;
border-width: 0px 1px 1px 0px;
border-color: #CCCCCC;
}