body,td,th {
	color: #EFEFEF;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
 	line-height: 1.5em;
}
body {
	/*background-image: url(graphics/gradient.jpg);*/
	background-color:#000000;
	background-repeat: repeat-y;
}
a:link {
	text-decoration: underline;
	color: #0079F2;
}
a:visited {
	text-decoration: underline;
	color: #0079F2;
}
a:hover {
 	color: #99FF66;
	text-decoration: underline;
}
.tableGreen:hover {
	text-decoration: underline;
	color: #0058B0;
}
#container {
	width: 695px;
}
.header {
	font-size: 24px;
	text-align: left;
	color: #0F49B7;
}
#headerIMG {
	background-image: url(graphics/top.jpg);
}

.sub-headers {
	font-size: 18px;
}
.subText {
	color: #99FF66;
}
li {
	color: #99FF66;
	list-style-image: url(graphics/li_point.png);
	margin-bottom: 5px;
}
#imgBorder {
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #CCCCCC;
}
#imgBorderDarker {
	border-top: 3px solid #666666;
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
	border-left: 3px solid #666666;
}
#img_btn {
	border: none;
}
#img_btn2 {
	border: none;
}
.textboxcolor {
	background-color: #FFFFCC;
}
.ftpArrow {
	color: #00CC00;
	text-transform: uppercase;
}
.heading {
	color: #FF6600;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
table {
	font-size: 1.1em;
}
hr {
	color: #666666;
	text-align: left; /*this will align for IE*/
	margin: 0 auto 0 0; /*align left for Mozilla*/
	border: none 0; 
	border-top-width: 1px;
	border-top-style: dotted;
	height: 0px;
	width: 80%;
}
.pricinglink {
	font-size: 16px;
	font-weight: bold;
}
.txtColor {
    color: #99FF66;
}
.ftpSubheader {
	color: #0F49B7;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.italicBOLD {
	font-weight: bold;
	font-style: italic;
}
.turquoise {
	color: #00CCFF;
	font-weight: bold;
}
.red {	
	color: #FF0000;
}
.yellow {
	color: #E8E800;
}
.sendButton {
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-top-width: 1px;
	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: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #F8F8F8;
	width: 5em;
	height: 2.5em;
	padding-bottom: 3px;
}
.sendButton:hover {
	background-color: #99FF66;
	cursor: pointer;
}
#accessCode {
	/*text-transform: uppercase;*/
}
.rightArrow {
	color: #33FF00;
	font-size: 0.7em;
}
.date {
	color: #66FFCC;
	font-size: 0.6em;
}
input:focus, textarea:focus {
	background-color: #ECF7F9;
}
.darkGrey {
	color: #666666;
}
.italic {
	font-style: italic;
}
#ejlogo {
	background-image: url(graphics/ej_orb_santa.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#photoShowcase {
	background-image: url(images/showcase/life.jpg);
	width: 780px;
	height: 200px;
}
.caption {
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
	margin-right: 30px; 
}
.sendButton {
	width: 10em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}