/* *************************************
HTML TAG STYLES BELOW
/* ********************************** */

body {
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #5c5c5c;
	background-color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

table { 
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #5c5c5c;
}

p {
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #5c5c5c;
	line-height : 10pt;
	/*  margin: top right bottom left */
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;	
}	

ul	{	
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:#5c5c5c;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}						

li {	
	font-size: 8pt;
	/*  margin: top right bottom left */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 15px;
}
				


/* *************************************
HTML HEADER STYLES BELOW
/* ********************************** */
				
H1 {	
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H2 {	
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H3 {	
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H4 {	
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H5 {	
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	display: inline;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000; 
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H6 {	
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;	
	font-weight: bold;
	font-variant: normal;
	color: #a31930; 
	/*  margin: top right bottom left */
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
}


hr {
	text-align: left;
	width: 100%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


/* *************************************
HTML LINK STYLES BELOW
/* ********************************** */
									
a:link {
	text-decoration: underline;
	color: #005e8e;
}

a:visited {	
	text-decoration: underline;
	color: #005e8e;
}

a:hover {	
	text-decoration: underline;
	color: #000000;
}
								
a:active {	
	text-decoration: underline;
	color: #000000;
}		


/* *************************************
CUSTOM STYLES BELOW
/* ********************************** */

.credits {	
	font-size: 8pt;
	color: #8c8c8c;
}
				
a.cr:link {	
	text-decoration: underline;
	color: #8c8c8c;
}

a.cr:visited {	
	text-decoration: underline;
	color: #8c8c8c;
}

a.cr:hover {	
	text-decoration: underline;
	color: #ffffff;
}

a.cr:active {	
	text-decoration: underline;
	color: #ffffff;
}

th.gray1 {
	font-family:  font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #DEE1E2;	
	text-align: left;
	text-indent: 0px;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 5px 16px 5px 16px;	
}

.maintableborder {
	/*  margin: top right bottom left */
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.border2 {
	background: #EDEDEE; /* color image repeat attachment position */
	margin: 8px auto 0px auto; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
	border: 1px solid #000000; /* width style color */
}

.imagespace	{	
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.imagepadding	{	
	/*  margin: top right bottom left */
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.p2 {
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #5c5c5c;
	line-height : 8.5pt;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;	
}

.p3 {
	font-family: tahoma, verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	color: #5c5c5c;
	line-height : 8.5pt;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;	
}

.altbullets	{	
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#5c5c5c;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 10px;
}	


/* *************************************
COLORS AND BACKGROUNDS
/* ********************************** */

.white {
	background-color: #ffffff
}

.black {
	background-color: #000000;
}

.gray {
	background-color: #CFD6E3;
}

.red {
	color: #a31930;
	font-size: 9pt;
}

.vdash {
	background-image: url(/images/vdash.gif);
	background-repeat: repeat-y;
}

.bgyellow {
	background-image: url(/images/services_bg.gif);
	background-repeat: repeat-y;
}

.bgyellow2 {
	background-image: url(/images/contact_bg.gif);
	background-repeat: repeat-y;
}
				
.bg4 {
	background-image: url(/images/lorem4.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.bg5 {
	background-image: url(/images/yellowbox_int_bg.gif);
	background-repeat: repeat-y;
}

.imagepadding {
	padding: 0px 0px 0px 0px; /*  margin: top right bottom left */
	margin: 0px 10px 0px 10px;
}	