/* CSS Document */


a:link{
	color: #0188FF !important;
	text-decoration: none;
}

a:hover {
	color: #999999 !important;
	text-decoration: none;
}

a:visited {
	color: #0188FF !important;
	text-decoration: none;
}


   td, body {
	font-family: Arial, Helvetica, sans-serif, letter-spacing;
	font-size: 12px;
	color: #333333;
	letter-spacing: normal;
	: 0.3em;
	text-align: left;
}

strong {
	font-weight: bold;
}

hr {
  border: 0;
  width: 600;
color: #E3E3E3;
height: 1px;  
}


.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.script {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}
.scriptline {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-decoration: underline;
}


.minitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
	
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	
}

	
@media print { body {visibility: hidden;}

}

.tableborder {
	border: 1px solid #E3E3E3;
	background-color: #FFFFFF;

	

}
.tdgray {
	background-color: eeeeee;
}
body {
	background-color: #FFFFFF;
	left: 0px;
	top: 5px;
	right: 0px;
	bottom: 0px;
	background-attachment: fixed;
	background-image: url(assets/bkgrnd.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.whiteText {
	color: #FFFFFF;
}
