/* Layout Settings =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#ContentHeading {
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	visibility: visible;
	position: relative;
	margin: 2px;
	padding: 2px;
	border: 1px solid #000;
}


/* Font Alignment =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
body {
	background-color: #333;
}


/* Font Alignment =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.lft {
	text-align: left;
}

.rgt {
	text-align: right;
}

.ctr {
	text-align: center;
}

.b {
	font-weight: bold;
}	
	
/* Font Sizes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
h1,h2,h3,h4,h5,p,a,li {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	margin: 10px;
}

h2 {
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	margin: 10px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px;
}

h5 {
	font-size: 9px;
	line-height: 9px;
	margin: 6px;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin: 10px;
}

li {
	font-size: 12px;
	line-height: 16px;
	margin: 10px;
}

th {
	font-size: 12px;
	line-height: 16px;
	margin: 10px;
}

/* Text Color =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.blk {
	color: #000;
}

.red {
	color: #a00;
}

.blu {
	color: #009;
}

.sky {
	color: #039;
}

.gry {
	color: #555;
}

.wht {
	color: #fff;
}


/* Link Setup =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border: 0px; 
	color: #039;
	}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border: 0px; 
	color: #039;
	}

a:hover { 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	color: #39f;
	background-color: #333;
	text-decoration: none;
	}

a:active { 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	color: #fa0;
	text-decoration: none;
	}


.a_sm:link {
	font-size: 9px;
	line-height: 9px;
	border: 0px; 
	color: #00C;
	}

.a_sm:visited {
	font-size: 9px;
	line-height: 9px;
	border: 0px; 
	color: ##00C;
	}

.a_sm:hover { 
	font-size: 9px;
	line-height: 9px;
	color: #39f;
	background-color: #333;
	text-decoration: none;
	}

.a_sm:active { 
	font-size: 9px;
	line-height: 9px;
	color: #fa0;
	text-decoration: none;
	}
