/*
###############################################################################################
Page Defaults
###############################################################################################
*/

/* HTML FOR - Adding a scroll bar to Firefox even if the page is to short for one */
html {
min-height: 100%;
}

body {
background-color: #000;
background-image: url("bg.gif");
background-repeat: repeat-x;
background-position: bottom right;
margin: 0px 0px 10px 1px;
}

form {
margin: 0px;
}

/*
###############################################################################################
Page Defaults
###############################################################################################
*/

	.pgHeader {
	font-family: verdana,arial,helvetica;
	font-size: 26px;
	color: #FFF;
	letter-spacing: -3px;
	}
	
	.pgHeaderTwo {
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 0px;	
	}

/*
###############################################################################################
*/

	.linkTitle {
	font-family: verdana,arial,helvetica;
	font-size: 18px;
	color: #FFF;
	letter-spacing: -2px;
	padding-top: 10px;
	text-decoration: none;
	}

	.linkTitle:hover {
	font-family: verdana,arial,helvetica;
	font-size: 18px;
	color: #FFF;
	letter-spacing: -2px;
	padding-top: 10px;
	text-decoration: underline;
	}
	
	a.link {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 0px;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
	a.link:hover {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 0px;
	text-decoration: underline;
	text-transform: uppercase;
	}	