
					/* Variables for The Raven's Nest */


						   /* Page Styles */



body {
		background-image: url("images/bg.gif");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;
		background-color: #000000;
		
	}


						/* Link Variables */


a:link {
		color:#000000;
		text-decoration: none;
		border: 0;
	}


a:visited {
		color:#000000;
		text-decoration: none;
		border: 0;
	}


a:hover {
		color:#000000;
		text-decoration: none;
		border: 0;
	}


a:active {
		color:#000000;
		text-decoration: none;
		border: 0;
	}


						/* Text Variables */




h1 {
		font-family: verdana;
		font-size: 11pt;
		font-weight: bold;
		text-indent: 0px;
		text-decoration: none;
		color: #FFFFFF;
		
	}

h2 {
		font-family: georgia;
		font-size: 12pt;
		text-decoration: none;
		color: #474444;
		
	}

h3 {
		font-family: georgia;
		font-size: 11pt;
		text-align: center;
		text-decoration: bold;
		color: #FFFFFF;
		
	}

h4 {
		font-family: verdana;
		font-size: 9pt;
		font-weight: bold;
		text-indent: 0px;
		text-decoration: none;
		color: #FFFFFF;
		
	}

h5 {

		font-family: verdana;
		font-size: 16pt;
		text-align: center;
		color: #FFFFFF;

	}

h6 {
		font-family: verdana;
		font-size: 9pt;
		font-weight: bold;
		text-align: center;
		text-indent: 0px;
		text-decoration: none;
		color: #FFFFFF;
		
	}

h7 {
		font-family: verdana;
		font-size: 13pt;
		font-weight: bold;
		text-align: center;
		text-indent: 0px;
		text-decoration: none;
		color: #FFFFFF;
		
	}
		

						/* List Variables */

ul.none {

		list-style-type: none

	}


						/* Picture Variables */

.img1 {

		border: 0;
		text-decoration: none;
		cursor: hand;

	}

						/* Table Variables */

.tb {
		background-color: #D01371;
		border-top: 3px solid #D33F8B;
		border-bottom: 4px solid #5B0832;
		border-right: 4px solid #5B0832;
		border-left: 3px solid #D33F8B;
		
	}





					       	/* Menu Variables */


.menu {
		font-family: arial;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #F1F5FF;
	}

.menu_click {
		border-top: 4px solid #000000;
		border-bottom: 2px solid #5C6589;
		border-right: 2px solid #5C6589;
		border-left: 3px solid #000000;
		/* background-color: #6D2B6D; */		/* On Click Color */
		cursor: hand;
	}

.menu_hl {
		border-top: 3px solid #273157;
		border-bottom: 3px solid #273157;
		border-right: 2px solid #273157;
		border-left: 2px solid #273157;
		/* background-color: #302542;	*/	/* Mouse Over Color */
		cursor: hand;
		
	}

.menuborder {
		border-top: 2px solid #273157;
		border-bottom: 4px solid #0B0B0B;
		border-right: 3px solid #0B0B0B;
		border-left: 2px solid #273157;
		/* background-color: #101C48 */		/* Normal Color */
		cursor: default;
		
	}


