@charset "utf-8";

body,td,th {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	clip: auto;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}


/*
.* {
	border:1px solid #00FF00;
}
*/

#main {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* position relative here will make all ablsolutely position elements within the page relative to the "center" content, not to the window size  */
	position:relative;
}
#padding {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#contents {
	width: 780px;
	background-image: url(../Images/Global/frame-bg.gif);
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
}
.bold {
	font-weight: bold;
}
.italics {
  font-style:italic;
}
img {
	border:none;
	border-collapse:collapse;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:underline;
}
.rollover {
}
.vert1 {
	height:1px;
}
.vert2 {
	height:2px;
}
.vert4 {
	height:4px;
}
.vert8 {
	height:8px;
}
.vert16 {
	height:16px;
}
.vert24 {
	height:24px;
}
.vert32 {
	height:32px;
}
.indentSlight {
	margin-left: 8px;
}
.indentMedium {
	margin-left: 20px;
}
.below2 {
	margin-bottom: 2px;
}
.below4 {
	margin-bottom: 4px;
}
.below6 {
	margin-bottom: 6px;
}
.below8 {
	margin-bottom: 8px;
}
.below10 {
	margin-bottom: 10px;
}
.below12 {
	margin-bottom: 12px;
}
.below16 {
	margin-bottom: 16px;
}
.below20 {
	margin-bottom: 20px;
}
.below24 {
	margin-bottom: 24px;
}
.blue {
	color: #0D406B;
}
