/* CSS Document */

td img {display: block; border: none;}

body {
	background-color:#515151;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:default;
	padding:0;
	margin:0;
}

#newContainer {
	display:block;
	width:780px;
	height: 1200px;
	margin:0 auto 0 auto;
	background-color:#EDEDED;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000099;
	text-align: justify;
	line-height:150%;
}

.bodytext ul {
/*line-height:100%;*/
line-height:1.0em;
list-style-position:inside;
text-indent: -39px;

}

.bodytext ul li{
	list-style-position:inside;
	text-indent: -39px;
	list-style-image: url(images/blue-bullet2.gif);
}



 .bodytext a:link,  .bodytext a:visited {
	color:#6600CC;
	text-decoration:underline;
}

 .bodytext a:hover, .bodytext a:visited:hover {
	cursor:pointer;
	color:#CC33CC;
	text-decoration:none;
}

 .bodytext a:active {
	cursor:pointer;
	color:#CC33CC;
	text-decoration:none;
}

.buttonText {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size:0.8em;
	text-decoration:none;
}

 a.buttonText:link,  a.buttonText:visited {
	color:#999999;
	text-decoration:none;
	border:none;
}

 a.buttonText:hover,  a.buttonText:visited:hover {
	cursor:pointer;
	color:white;
	text-decoration:none;
	border:none;
}

a.buttonText:active {
	cursor:pointer;
	color:white;
	text-decoration:none;
	border:none;
}

	
h1 {
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size:0.8em;
}

h4 {
	font-weight: 900;
	font-size:1.0em;
}

/*h5 {
	text-size:0.72em;
}*/

h6 {
	text-size:0.67em;
	font-weight:normal;
}

#homeContainer {
	display:block;
	width:780px;
	height:1930px;
	margin:0 auto 0 auto;
}

a.borderless img{border:none}

.goodHover {
	cursor:pointer;
}
