/* Page body properties */
body {
	margin: 0px 0px 0px 0px;
	background: #FFFFFF url('../images/main_bg.gif');
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	}

body, font, p, td, form, input, select, a, span, li
{
	font-size: 13px;
}

/* General table element defaults */
table, tr, th, td {
	border-collapse: collapse;
	margin: 0em;
	padding: 0em;
	}
	
	
/* Nuke styles */
.title 		{FONT-SIZE: 110%; FONT-WEIGHT: bold;}
.content 	{FONT-SIZE: 95%; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif}
.storytitle {COLOR: #363636; FONT-SIZE: 95%; FONT-WEIGHT: bold;}
.storycat	{FONT-SIZE: 95%; FONT-WEIGHT: bold;}
.boxtitle 	{COLOR: #363636; FONT-SIZE: 95%; FONT-WEIGHT: bold;}
.boxcontent {FONT-SIZE: 95%;}
.option 	{FONT-SIZE: 95%; FONT-WEIGHT: bold;}
.tiny		{FONT-SIZE: 86%; FONT-WEIGHT: normal;}
.footmsg    {FONT-SIZE: 86%; FONT-WEIGHT: normal;}
.footmsg_l	{FONT-SIZE: 86%; FONT-WEIGHT: normal; TEXT-DECORATION: underline}
.box		{ FONT-SIZE: 95%; border: 1px solid #000000; background-color: #FFFFFF}

	
.underbar
{
	height: 50px;
	background: url('../images/underbar_middle.gif') repeat-x;
}

/* Used for block tables */
.blockTable {
	width: 175;
	border: 1px solid #333333;
	padding: 5px;
	background: #FFFFFF;
	}
	
/* Used for block titles */
.blockTitleText {
	font-size: 110%;
	font-weight: bold;
	}

/* small black font */
.typ04 {
	color: #000000;
	}
	
/* Used in site-wide links */
a:link {
	color: #336699;
	text-decoration: none;
	}
a:visited {
	color: #336699;
	text-decoration: none;
	}
a:hover {
	color: #336699;
	text-decoration: underline;
	}
a:focus {
	color: #336699;
	text-decoration: underline;
	}
a:focus:hover {
	color: #0000FF;
	text-decoration: underline;
	}
a:active {
	color: #336699;
	text-decoration: none;
	}

/* Used in site-wide links */
.copyrightLink:link {
	color: #003399;
	text-decoration: none;
	font-size: 80%;
	}
.copyrightLink:visited {
	color: #003399;
	text-decoration: none;
	font-size: 80%;
	}
.copyrightLink:hover {
	color: #003399;
	text-decoration: underline;
	font-size: 80%;
	}
.copyrightLink:focus {
	color: #003399;
	text-decoration: underline;
	font-size: 80%;
	}
.copyrightLink:focus:hover {
	color: #003399;
	text-decoration: underline;
	font-size: 80%;
	}
.copyrightLink:active {
	color: #003399;
	text-decoration: underline;
	font-size: 80%;
	}


/* Default HR tag for all pages */
hr 	{
	color: #cccccc;
	height: 3px;
	border: solid double;
	}

/* Take out the extra line break for FORM tag */
form {
	margin: 0px;
	}
	
li {
	list-style-image: url('http://sweetphp.com/nuke/images/blocks/phpBB2_Main_Menu/icon_dot.gif');
	}