/*CSS file - UVI  Print - Accenture*/
/*General*/

html, body {
  margin: 0 5% 0 5%;
  background-color : #FFF;
}

html, body, .DefaultFont {
  font-family: Arial, Helvetica, sans-serif;
 /*changed*/
  font-size: 14px;
  
  color : #000;
  /*added*/
  line-height : 125%;
}

* {
  font-size: 1em;
}

img {
  border: 0;
}
.printLogo{
	display : block;
	margin-bottom : 0px;
	text-align : left;
	
}
.printLogoBox{
	border-bottom : 1px solid #000;
	text-align:left;
}

.printTitleBox{
	margin-bottom : 15px;
	
}

.PrintNameBoxLeft{
	padding-left : 0px;
	
}

.PrintNameBoxMiddle{
	text-align : center;
	
}

.PrintNameBoxRight{
	text-align : right;
	
}

a:link{
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
}

h1, h2, h3, h4 {
  color: #000;
font-weight: bold;
}

h1 {  
/* changed */
/*  font-size: 1.1em;*/
  font-size: 18px;
  margin-top: 0;
}
h2 {
 /* font-size: 1.1em;*/
  /* changed */
  font-size: 14px;
}
h3 {
  color: #000000;
  font-size: 14px;
  margin-top: 0;
  font-weight: normal;
	text-transform: uppercase;		
	letter-spacing: 1px	

}

h4 {
/* changed */
/*  font-size: 1em;*/  
  color: #000000;
  font-size: 12px;
}

h1, h2, h3, h4 {
  margin-bottom: 0.5em;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.AboutUVI{
	color : #000;
/*	border-top : 1px solid #000;*/
	border-top-width : 1px;
/*	border-bottom : 1px solid #000;*/
/*	text-align : center;*/
	padding-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 5	px;
}

.ContentLine{
	width : 100%;
	display : block;
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #FFF;
}
.ContentPictureRight{
	vertical-align : top;
    margin-left : 10px;
	margin-bottom : 3px;
	border : 0;
	float : right;
	margin-top : 3px;
}
.ContentPictureLeft{
	vertical-align : top;
	margin-right : 10px;
	margin-left : 0px;
	margin-bottom : 3px;
	border : 0;
	float : left;
	margin-top : 3px;
}

.ContentTable {

  margin: 2px 0 2px 0;
  padding: 0;
border-right : 1px solid Black;
}

.ContentTable th {
  border-left : 1px solid Black;
  border-top: 1px solid Black;
  color: #000;
  font-weight: bold;
 text-align: left; 
 border-bottom: 1px solid Black;
}
.ContentTable tr.OddRow td {
  /*border-right : 1px solid Black;*/
    border-left : 1px solid Black;
   vertical-align: top;
    border-bottom: 1px solid Black;
}
.ContentTable tr.EvenRow td {
  border-left : 1px solid Black;
    vertical-align: top;
	 border-bottom: 1px solid Black;
}
	
/* END Main Content */			

/* footer*/
.footer	{
color: #000;font : 1em;
text-align : center;
			}
		
