
body {
	font-family : Tahoma, Verdana, Arial,sans-serif;
	font-color : 000000;
	margin : 0pt; 
	bottommargin : 0pt;
	leftmargin : 0pt;
	rightmargin : 0pt; 
	topmargin : 0pt; 
	marginheight : 0pt; 
	marginwidth : 0pt;
}

/*White box for nav links on left */
.navBox  {
		background-image: url(file:///C|/My%20Documents/My%20Webs/Alt%20Cont/images/navbox.gif);
		background-repeat:no-repeat;
		background-position:center;
}

/* link color */
a {
	color : #595959;
	text-decoration : none;
	background : transparent;
}

/* active link */
a:active {
	color : #999999;
	background : transparent;
}

/* hover anywhere */
a:hover {
	color : #999999;
	background : transparent;
}

/* Top navBar i.e. 'Register' link area */
.topNav {
	font-family : Verdana,Lucida,Arial,sans-serif;
	background : #b5b5b5;
	color : #b5b5b5;
	padding : 0px;
	border : 0px;
	margin : 0px;
}

/* link on topNav */ 
a.topNav {
	color : #5e00dd;
	text-decoration : none;
	background : transparent;
	font-size : 12px;
	text-align : center;
}

/* link hover on topNav */
a.topNav:hover {
	color : #cccccc;
	background : transparent;
}

/* Normal text in main area */
.normalText {
	font-family : Tahoma, Verdana,Arial,sans-serif;
	font-size : 12px;
}

.bigText {
	font-family : Tahoma, Verdana,Arial,sans-serif;
	font-size : 16px;
}

.bigOrangeText {
	font-family : Tahoma, Verdana,Arial,sans-serif;
	font-size : 16px;
	color : #F27800;
	font-weight : bold;
}

/* Bottom navBar i.e. Address area w/ links */
.bottomNav {
	color : #000000;
	font-size : 10px;
}

/* link on bottomNav */ 
a.bottomNav {
	color : #595959;
	text-decoration : none;
	background : transparent;
	font-size : 10px;
}

/* link hover on bottomNav */
a.bottomNav:hover {
	color : #999999;
	background : transparent;
}

/*FROM HERE BELOW NOT USED */
/* link inside content tables */
a.highlightNav {
	color : #00aaff;
	font-weight : bold;
	background : transparent;
	font-size : 80%;
}

/* any link text hover */
a.highlightNav:hover {
	color : #00aaff;
	background : transparent;
}

/* navigation links on top right of content tables */
a.rightTitle {
	color : #dddddd;
	background : transparent;
}

/* navigation links on top right of content tables (hover) */
a.rightTitle:hover {
	color : #0000cc;
	background : #ffffff;
}

/* outline of the navBar at the top */
table.navOutline {
	background : #d0d0d0;
	color : #336699;
}

/* outline color of content tables */
table.outline {
	background : #000000;
	color : #ff0000;
}

/* color of content tables */
table.content { 
	background : #d0d0d0;
        color : #000000;
	color : #00aaff;
}

/* row color for content tables */
tr.content {
	background : #d0d0d0;
	color : #000000;
	font-size : 90%;
}

/* color of navBar background and text */
td.navBarColor {
	background : #000000;
	color : #cccccc;
}

td.leftTitle {
	background : #305080;
	color : #dddddd;
	font-weight : bold;
	font-size : 90%;
}

td.leftNavTitle {
	background : #305080;
	color : #dddddd;
	font-weight : bold;
	font-size : 150%;
}

/* title text */
td.rightNavTitle {
	background : #d0d0d0;
	color : #000000;
	font-weight : bold;
	font-size : 150%;
}

/* top right section of content table */
td.rightTitle {
	background : #484848;
	color : #eeeeee;
	font-weight : bold;
	font-size : 80%;
}

/* color of the date on the right of navBar */
.dateText {
	color : #808080;
	background : transparent;
}


