
.body {
	height:100%;
	background-color:#000000; 
	margin: 0 ; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 ;
	border:thin;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;

	}

.body2 {
	background-color:#000000;
	margin: 0 ; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 ;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	}

.container {
	width: 850px;
	background-color:#FFFFFF;
	height:100%;
	border:#000000; 
	border-style:solid;
	border-width:1px;
	margin:auto;
}
.containerTest {
	width: 850px;
	background-color:#FFFFFF;
	height:100%;
	border:#000000; 
	border-style:solid;
	border-width:1px;
	margin:auto;
	text-align:left;
}
.container2 { 
	width: 810px;
	height:100%; 
	border:#000000;
	border-style:none; 
	border-width:0px;
	margin-top: 0px;
	margin-right:auto;
	margin-bottom:auto;
	margin-left: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align:left
	}
.container2Test { 
	width: 830px;
	background-color:#FFFFFF;
	height:100%;
/*	background-image:url(index-new/bgGreyMottled.jpg);*/
	border:#000000;
	border-style:solid;
	border-width:1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align:left;
	padding:20px;
	
	}

.mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}

.main	{width:780px; 
	font-family: arial, helvetica, sans-serif;
	text-align:left; 
	background-color:#ffffff;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
	margin:auto;
}
.name {
	font-size:24pt; 
	font-family: arial, helvetica, sans-serif; 
	font-weight:bold; color:black
	}
.dates {
	font-size:18pt; 
	font-family: arial, helvetica, sans-serif; 
	font-weight:bold; color:black
	}
.details { 
	font-size:24px;
	font-family: arial, helvetica, sans-serif; 
	font-weight:normal; 
	color:black;
	text-align:left;
	}
.details2 {
	font-size:14pt; 
	font-family: 
	arial, helvetica, sans-serif; 
	font-weight:normal; 
	color:black
	}
.details3 {
	font-size:14pt; 
	font-family: arial, helvetica, sans-serif; 
	font-weight:normal; 
	color:black
	}
.Arial14Bold {font-size:14pt; font-family: arial, helvetica, sans-serif; font-weight:Bold; color:black}
.Arial18Bold {font-size:18pt; font-family: arial, helvetica, sans-serif; font-weight:Bold; color:black}
.Arial24Bold {font-size:24pt; font-family: arial, helvetica, sans-serif; font-weight:Bold; color:black}
.Arial30Bold {font-size:30pt; font-family: arial, helvetica, sans-serif; font-weight:Bold; color:black}
.Script18 {font-size:18pt; font-family: "Monotype Corsiva", helvetica, sans-serif; font-weight:normal; color:black}
.Script16 {font-size:16pt; font-family: "Monotype Corsiva", helvetica, sans-serif; font-weight:normal; color:black}
.Script14 {font-size:14pt; font-family: "Monotype Corsiva", helvetica, sans-serif; font-weight:normal; color:black}


.byline {font-family: arial, helvetica, sans-serif; font-size:8pt; font-weight:normal; color:black}

.photo img {float:left; margin:0px 15px 5px 0px }
.photoleft img {float:left; border-right-style:none; border-right:thick }
.photoTop img {float:top; margin:5px 15px 5px 0px }
.photoCenter img {float:center; margin:5px 15px 5px 0px }
.photoRight img {float:right; margin:5px 15px 5px 0px }

.sans04r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
.sans06r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
.sans08r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

.sans9r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
.sans10r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	height:100%;
	}
.sans10b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	height:100%;
	}
.sans12r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
.sans12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
.sans14b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	}
.sans14r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	}
.sans16b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	}
.sans16r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	}
.sans18b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	}
.sans18r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	}
.sans20b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	}
.sans20r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
	}
.sans22b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: bold;
	}
.sans22r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: normal;
	}
.sans24b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	}
.sans24r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: normal;
	}


.center  {text-align:center}

.vheight02 {
	height:2px;
	}
.vheight04 {
	height:4px;
	}
.vheight06 {
	height:6px;
	}
