.PersonLink{
	padding:2px;
	font-family: Arial;
	line-height: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color:#93b1d3;
	text-decoration:none;
	text-transform:uppercase;	
	}
ul li {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 13pt;
	}
.contentText{
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 13pt;
	}
a.hover{
	text-decoration:underline;
	color: #FFFFFF;
	}
a {
	font-size: 10pt;
	color: #FF0000;	
	text-decoration:underline;
	}

body {
	background-color: #92b2d2;
	font-family: Arial;
	font-size: 11pt;
	margin: 0px;
	background-repeat: repeat-x;
	line-height: 13pt;
	}
h2 {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

.ultext {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}
table {
	padding: 0px;
	
	}
.mytableborder {
	border: 1px solid #333333;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 13pt;	
	}
.bgColorTrTop{
	background-color:#000000;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	}	
.bgColorTr{
	background-color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
	}
	
.bgColorMenuLeft{	
	border-left-width: 1px;		
	border-left-style: solid;	
	border-left-color: #000000;	
	}
	
.bgColorMenuRight{
	border-right-width: 1px;
	border-right-style: solid;			
	border-right-color: #000000;
	}
		
h1 {
	font-size: 13pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #336699;
}

legend {
	font-size: 13pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #336699;
}

fieldset {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
}

.headertable {
	color: #FFFFFF;
	font-weight: bold;
}

.footer {
	font-family: Arial;
	text-transform: capitalize;
	color: #ffffff;
	background-color:#000000;
	text-decoration:none;
	font-size: 12px;
	padding: 5px;
}

.footer a{
	color: #FFFFFF;	
	text-decoration:none;
}
.footer a.hover{
	color: #FFFFFF;	
	text-decoration:none;
}

@media print{
	img{ 
		display: none;
	}
	
	h1 {
      	color: black;
	  	font-size: 10px;
		font-style: italic;
		font-weight: bold;
    }
	
    h2 {
      	color: gray;
	  	font-size: 11px;
		font-style: italic;
		font-weight: bold;
	}
	
	#contentText a:after {
		content: " (" attr(href) ") ";
		}
		legend {
			font-size: 13px;
			font-weight: bold;
			text-transform: capitalize;
			color: #000000;
		}
		
		fieldset {
			border-top-width: 1px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			border-top-style: solid;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;
			border-top-color: #CCCCCC;
			border-right-color: #CCCCCC;
			border-bottom-color: #CCCCCC;
			border-left-color: #CCCCCC;
			margin-bottom: 15px;
		}
		.bgColorTrTop{
			
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;
			border-top-color: #CCCCCC;
			border-right-color: #CCCCCC;
			border-bottom-color: #CCCCCC;
			border-left-color: #CCCCCC;	
			}	
		.bgColorTr{
			
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;
			border-top-color: #CCCCCC;
			border-right-color: #CCCCCC;
			border-bottom-color: #CCCCCC;
			border-left-color: #CCCCCC;	
			}
			
		.footer {
			font-family: Arial;
			text-transform: capitalize;
			color: #000000;
			background-color:#FFFFFF;
			text-decoration:none;
			font-size: 101px;
			padding: 5px;
}

}