/* General Site Stylesheet */
/* By Matt Fritz */
/* July 27, 2005 */
/* Edited for Burbank Paranormal Research on April 10, 2008 */

/* Use <link rel="stylesheet" href="general.css" type="text/css"> to activate*/

/* BEGIN GENERAL PAGE STYLES */

body
{
	background-color:#002000;
}

/* START NORMAL LINKS */
a:link {text-decoration: none; color:yellow; font-family: Arial;}
a:active {text-decoration: none; font-family: Arial;}
a:visited {text-decoration: none; font-family: Arial;}
a:hover {text-decoration: underline; font-family: Arial;}
/* END NORMAL LINKS */

/* START DIV FOR REGULAR TEXT */
#MainText {font-family: Arial; color:white; font-size: 11pt;}
/* END DIV FOR REGULAR TEXT */

/* START DIV FOR SMALLER TEXT */
#SmallText {font-family: Arial; color:white; font-size: 9pt;}
/* END DIV FOR SMALLER TEXT */

/* START DIV FOR SECTION HEADER TEXT */
#SectionHeaderText {font-family: Arial; font-weight: bold; color:white; font-size: 11pt; background-color:#004000; width:200px; text-align:center;}
/* END DIV FOR SECTION HEADER TEXT */

/* START DIV FOR RIGHT SECTION HEADER TEXT */
#RightSectionHeaderText {font-family: Arial; font-weight: bold; color:white; font-size: 11pt; background-color:#004000; width:200px;}
/* END DIV FOR SECTION HEADER TEXT */

/* START DIV FOR TOP IMAGE ROW */
#TopRow {border-style:ridge; border-width:1px; border-color:#000000;}

/* START DIV FOR SIDE COLUMNS */
#SideColumn {border-style:ridge; border-width:1px; border-color:#000000; background-color:#003000;}

/* END GENERAL PAGE STYLES */

/* BEGIN SPECIFIC MENU STYLES */

a.menu {text-decoration:none; color:yellow; font-size: 9pt;}
a:active.menu {text-decoration:none;}
a:visited.menu {color: yellow;}
a:hover.menu {text-decoration:underline;}

a.incomplete {text-decoration:none; color:red; font-size: 9pt;}
a:active.incomplete {text-decoration:none;}
a:visited.incomplete {color: red;}
a:hover.incomplete {text-decoration:underline;}

a.biglink {text-decoration:none; color:yellow; font-size: 12pt; font-family: Arial; font-weight:bold;}
a:active.biglink {text-decoration:none;}
a:visited.biglink {color: yellow;}
a:hover.biglink {text-decoration:underline;}

/* END SPECIFIC MENU STYLES */

