/* HTML */

html
{

	width: 100%;
	height: 100%;

}

/* Body */

body
{

	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;

}

/* Table */

table
{

	border: 0px;
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #001100;

}

.repeatx
{

	background-repeat:repeat-x;

}

.norepeat-right
{

	background-repeat: no-repeat;
	background-position: right;

}

.norepeat-left
{

	background-repeat: no-repeat;
	background-position: left;

}

/* User Defined */

/* Backgrounds */

.menubg
{

	background-color: #106998;

}

/* Borders */

.border-left
{

	border-left: 1px solid #000000;

}

.border-right
{

	border-right: 1px solid #000000;

}

.border-top
{

	border-top: 1px solid #000000;

}

.border-bottom
{

	border-bottom: 1px solid #000000;

}

/* Text */

h1
{

	font-size: 16px;
	color: #000000;
	font-weight: bold;

}

h2
{

	font-size: 14px;
	color: #000000;
	font-weight: bold;

}

h3
{

	font-size: 13px;
	color: #000000;
	font-weight: bold;

}

.threeco
{

	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 10px;
	font-family: "Times New Roman", Times, serif;

}

.redtext
{

	color: #FF0000;

}

.smaller
{

	font-size: 11px;
	color: #001100;

}

.footer
{

	color: #444444;
	font-size: 14px;

}

.admintitle 
{

	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 5px;
	
}

a.adminlink:link, a.adminlink:visited, a.adminlink:active, a.adminlink:hover
{

	line-height: 16px;
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

a.adminlink:hover
{

	
	background-color: #0C5195;

}

/* Width / Height */

.height
{

	height: 100%;

}

.width
{

	width: 100%;

}

/* Bigfish Link */

.designlink
{

	font-family: Arial, Helvetica;
	font-size: 10px;
	text-align: right;
	
}

.designlink a 
{

	color: #000000;
	text-decoration: none;
	
}

.designlink a:hover 
{

	color: #000000;
	
}

#bf 
{

	color: #660099;
	font-size: 12px;
	font-weight: bold;
	
}