/* dmsfs_styles.css */

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Palatino, Times New Roman;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


.bodyBkGnd {
	background-image: url("img/Space Bkgrnd 2.jpg");
	font-family: Palatino, Times New Roman;
	font-color: #ffffff;
	font-weight: normal;
}


.bodyNormal {
	background-color: "#ddddee";
}



.navbar td {
	/* background: #BDC5D6; */
	/* background: #ADB5D6; */
	background: #000066; 
	color: white;
}

.navbar a:link {
	text-decoration: none; 
	color:white; 
	font-weight: bold;
}

.navbar a:visited {
	text-decoration: none; 
	color: white; 
	font-weight: bold;
}

.navbar a:active {
	text-decoration: none;
	font-weight: bold;}

.navbar a:hover {
	text-decoration: none; 
	background: #000066; 
	color:white; 
	font-weight: bold; 
	font-style: italic; 
}


.countdown input {
	background: white; 
	color: #000066; 
	text-align:center;
	font-weight: normal; 
	font-style:italic; 
	font-size:125%;
	font-family:'Marker Felt','Comic Sans MS';  
}


a.link {
	width : 100px;
	font-family : Palatino, Times New Roman;
	font-style : normal ;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	text-decoration : underline;
}

a:hover {
	color :#ffffff;
	background-color: gray;
}



h2 { 
	font-family: Palatino, Times New Roman;
	margin-bottom: 0;
	color: #000000;
}


.h2white { 
	font-family: Palatino, Times New Roman;
	margin-bottom: 0;
	color: #ffffff;
}


h3 {  
	font-family: Palatino, Times New Roman;
	margin-top: 0;
	color: #000000;
}

.h3white {  
	font-family: Palatino, Times New Roman;
	margin-top: 0;
	color: #ffffff;
}


.bkgdGrey {
	background-image: url("img/DragonSkin1.jpg");
	background-color: "#ddddee";
}


.bkgdWhite {
	background-color: "#ffffff";
}


.bkgdBlack {
	background-image: url("img/Space Bkgrnd 2.jpg");
	background-color: "#000000";
}


.whiteNormal {
	font-family: Palatino, Times New Roman;
	color: #FFFFFF;
	font-weight: normal;
}


.blackNormal {
	font-family: Palatino, Times New Roman;
	color: #000000;
	font-weight: normal;
}


.blackNormalCentered {
	font-family: Palatino, Times New Roman;
	color: #000000;
	font-weight: normal;
	text-align: center;
}

.blackTimes {
	font-family: Times New Roman, Palatino;
	color: #000000;
	font-weight: normal;
}

.blackSmallNormal {
	font-family: Palatino, Times New Roman;
	color: #333333;
	font-weight: normal;
	font-size: 70%;
}

.redNormal {
	font-family: Palatino, Times New Roman;
	color: #8A0216;
	font-weight: normal;
}

<!--Button Generated by SearchBliss.com -->

.goldBorderButtonClass {
	background-color: #000000;
	font-family: Times New Roman, Palatino;
	color: #FFFFFF;
	font-weight: normal;
	border-style: outset;
	border-color: #c0c0c0 ;
	border-width: medium;
}

.silverBorderButtonClass {
	background-color:#663399;
	font-family: Times New Roman, Palatino;
	color: #ffffff;
	font-weight: normal;
	border-style: outset;
	border-color: #dddddd;
	border-width: medium;
}

.tbl1Alt {
	background-color:#bbddff;
	border-width:4px;
	border-style:inset;
	border-color:#000000;
}

.tbl2Alt {
	background-color:#eeccbb;
	border-width:4px;
	border-style:outset;
}

.tbl3Alt {
	background-color:#bbddff;
	border-width:2px;
	border-style:outset;
	border-color:#000000;
}

.tblannounc {
	background-color:#eeffff;
	border-width:2px;
	border-style:outset;
	border-color:#ffff88;
	font-size: 90%;
}

<!-- Next 3 syles to make Button bar done by CSS -->

div.menubar { 
	color :#000000;
	background-color :#000000;
	width :100%;
	padding :5px 
}

a.menu {
	width :100px;
	text-align : center;
	font-family: Palatino, Times New Roman;
	font-style : normal ;
	font-size : 9pt;
	font-weight : bold;
	color : #000000;
	text-decoration : underline;
	background-color :#ccccff;
	padding :3px;
	border-style: outset;
	border-color: #F5D996;
	border-width: medium; 
}

a.menu:hover {
	color :#ffffff;
	background-color :#000000;
	border-style :inset ;
	border-color :#F5D996 ;
	border-width :medium 
}


