/***************** Default styles *******************************/
body
{
	font-size		: 12px;
	color			: #641684;
	font-family		: Arial;
	background-color	: #FFFFFF;
}

table
{
	font-size		: 12px;
	font-family		: Arial;
}

H1, H2, H3, H4, H5, H6
{
	color			: #008BC4;
	font-weight		: bold;
	font-family		: Arial;
	margin-bottom		: 2px;
}
H1
{
	font-size		: 26px;
}
H2
{
	color			: #641684;
	font-size		: 15px;
}

A:link
{
	color			: #008BC4;
}

A:visited
{
	color			: #008BC4;
}

A:hover
{
	color			: #641684;
}

A:active
{
	color			: #C2D347;
}

A SPAN
{
	color			: #FFFFFF;
	font-family		: Arial;
	font-weight		: bold;
	text-decoration		: none;
}

UL
{
	margin-left		: 3ex;
}

/***************** Custom styles *******************************/

TABLE.margins
{
	background-color	: background;
	table-layout		: fixed;
}

TABLE.page
{
	table-layout		: fixed; 
}


TABLE.content
{
}

TD.content_header
{
	padding-left		: 10px;
	padding-right		: 10px;
	text-align		: left;
	vertical-align		: middle;
}

TD.content_body
{
	vertical-align		: top;
}

TD.content_footer
{
	padding-left		: 10px;
	padding-right		: 10px;
	text-align		: left;
	vertical-align		: middle;
}

@MEDIA SCREEN
{
	DIV.content
	{
		vertical-align		: top;
		border			: #FFFFFF 0px solid;
		height			: 100%;
		overflow		: auto;
		overflow-y		: scroll;
		padding-right		: 10px;
	}
}
@MEDIA PRINT
{
	DIV.content
	{
		vertical-align		: top;
		border			: #FFFFFF 0px solid;
		padding-right		: 0px;
	}
}


.footer
{
	color			: #FFFFFF;
	font-family		: Arial;
	font-size		: 14px;
	font-weight		: bold;
	padding-right		: 10px;
	text-decoration		: none;
	text-align		: right;
}

.footer A:link
{
	color			: #FFFFFF;
	text-decoration		: none;
}


.footer A:visited 
{
	color			: #FFFFFF;
	text-decoration		: none;
}

.linkspan
{
	color			: #FFFFFF;
	font-family		: Arial;
	font-weight		: bold;
	text-decoration		: none;
}

/***************** Used for stuff when printing *******************************/
@media screen
{
	.hideprint
	{			
	}
}

@media print
{
	.hideprint
	{	
		position		: absolute;
		left			: -1000;
		top			: -1000;
		visibility		: hidden;
	}
}

SPAN.warning
{
	display			: block;
/*	text-align		: center;*/
	font-size		: 14px;
	color			: red;
}

SPAN.message
{
	display			: block;
/*	text-align		: center;*/
	font-size		: 14px;
}

/******************** PHOTO/FILE GALLERY ********************/
A.gallery IMG
{
	border 			: 0px none;
	margin-left		: 0px;
	margin-right		: 0px;
}

A.gallery:visited IMG
{
}

A.gallery:link IMG
{
}

A.gallery:hover IMG
{
}

A.gallery:active IMG
{
}

UL.gallery
{
}
/********************* News ***********************/
A.readmore
{
	font-weight		: bold;
	text-decoration		: none;
}
