/* general links */
A:link {
	background-color: transparent;
}
A:active {
	background-color: transparent;
}
A:visited {
	background-color: transparent;
}
A:hover {
	background-color: transparent;
}

/* links on the header */
A.menu:link {
	color: #9000BB; 
	text-decoration: none;
}
A.menu:active {
	color: #9000BB; 
	text-decoration: none;
}
A.menu:visited {
	color: #9000BB; 
	text-decoration: none;
}
A.menu:hover {
	color: #9000BB; 
	text-decoration: underline; 
}
/* links on the header */


/* used on index.html */
BODY.index {
 	height: 90%; 
   background-color: Black;
}

TABLE.index {
	height: 100%; 
	width: 100%;
	background-color: Black;
}

TABLE.indexMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: Black;
	color: #9000BB;
	font-size: 10px;
}

TD.indexMain {
	background-image: url(images/title.jpg);
}

TD.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: Black;
	font-size: 10px;
	color: #F6F6F6;
	background-image: url(images/footer.jpg);
}

/* used on index.html */


/* used on sub-pages */
BODY.subpages {
	background-color: #E1E1E1;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 92%;
	background-image: url(images/background.jpg);
	background-position: center;
	background-attachment: fixed;
}

A.subpages:link {
	color: #523CDB; 
	text-decoration: none;
	font-weight: normal;
}
A.subpages:active {
	color: #523CDB; 
	text-decoration: none;
	font-weight: normal;
}
A.subpages:visited {
	color: #523CDB; 
	text-decoration: none;
	font-weight: normal;
}
A.subpages:hover {
	color: #523CDB; 
	text-decoration: none;
	font-weight: bold;
}

A.subpages2:link {
	color: Black; 
	text-decoration: none;
	font-weight: normal;
}
A.subpages2:active {
	color: Black; 
	text-decoration: none;
	font-weight: normal;
}
A.subpages2:visited {
	color: Black; 
	text-decoration: none;
	font-weight: normal;
}
A.subpages2:hover {
	color: Black; 
	text-decoration: none;
	font-weight: bold;
}

TD.header {
	font-weight: bolder;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 16px;
	font-weight: bold;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	font-weight: bold;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 10px;
	font-weight: bold;
}

STRONG.frameerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

INPUT {
	background-color: #FCFCFC;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

TEXTAREA {
	background-color: #FCFCFC;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
