body,td,th  {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	color: #000000;
	text align: left;
}
	
.title {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	color: #333333;	
	font-weight: bold;
}

.WhiteText {
	font-size:10px;
}

.SubTitle { 
	font-weight: bold; 
}

.date {		
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	font-size: 11px;	
	color: #333333;	
	font-style: italic;
}

.headline {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	font-weight: bold;	
	color: #666666;	
	font-variant: small-caps;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	color: #333333;
}
.normal-small {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	color: #333333;
}

.header {
	 margin-right: 0px; 
	 margin-top: 15px; 
	 margin-bottom: 5px; 
	 overflow: hidden; 
	 height:30px; 
	 width: 555px; 
	 background-image: url(images/Headline_BG.jpg); 
	 background-repeat: repeat-x; 
	 font-size: 12px; 
	 font-weight: bold; 
	 padding-left: 5px; 
	 padding-top: 7px; 
	 padding-bottom: 0px; 
}

a {	
	text-decoration: none;	
	color: #6F93BB;
}

a:hover {	
	color: #6F93BB;	
	text-decoration: underline;
}

ul {	
	list-style-image: url(images/bullet.gif);	
	margin-left: 1em;	
	padding-left: 1em;
}

.whitetext {
	color: #FFFFFF;
}

li {
	list-style-image: url(images/bullet.gif);
}

.contenttable { 
	background-image: uri(images/RealityEngineContentBox_05.jpg);
	border-top-left-image: uri(images/RealityEngineContentBox_01.jpg);  
	border-top-image: uri(images/RealityEngineContentBox_02.jpg);  
	border-top-right-image: uri(images/RealityEngineContentBox_03.jpg);  
	border-left-image: uri(images/RealityEngineContentBox_04.jpg);  
	border-right-image: uri(images/RealityEngineContentBox_06.jpg);  
	border-bottom-left-image: uri(images/RealityEngineContentBox_07.jpg);  
	border-bottom-image: uri(images/RealityEngineContentBox_08.jpg);  
	border-bottom-right-image: uri(images/RealityEngineContentBox_09.jpg); 
}

table#Table_01 {
	overflow: hidden;
}

p {
	text-align: justify;
}

/* ------------ Blocks ------------- */

/* ----- Start of Title Block css ---- */
.box_title {
	background-color: #ebeff2;
	width: 554px;
	border-top: thin solid #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;

	padding: 2px;
	margin-left: 0px;
/* --> CSS below will make the title box only have borders on the top, left, and right; not the bottom.	
	.border-right: thin solid black;
	.border-top: thin solid black;
	.border-left: thin solid black;
*/
}

.box_title span {
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: 400;
	font-weight: bold;
}
/* ----- END of TITLE Block CSS ----- */

/* ----- Start of Information Block CSS ----- */
.information {
	background-color: #ffffff;
	width: 558px;
	text-align: left;
/*	margin-bottom: 1px; */
	color: #000;
	margin-left: 0px;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	
	
/*	.border: thin solid #000000; */
}

.information p {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	margin: 2px;
	padding: 2px;
	text-align: justify;
}

/* ----- End of Information Block CSS ----- */