/* Alice Shaw Style Sheet 1 */
/* Last revision: Mar, 2009 */
/*------------------------------------------*/

A
{
    TEXT-DECORATION: none;
	COLOR: #663333;
}

A:hover
{
    TEXT-DECORATION: underline;
	COLOR: #663333;
}



BODY
{
    FONT-SIZE: 13px;
    FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
    TEXT-DECORATION: none;
	line-height: 16px;
	letter-spacing: +0.2px;
	color: #181818;
	background-image: url('images/background.png');
	background-position:top center;
	background-repeat:repeat-x;
}


TABLE
{
    FONT-SIZE: 13px;
	color: #181818;
    FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
    TEXT-DECORATION: none;
	line-height: 16px;
	letter-spacing: +0.2px;
}


.form
{
	FONT-FAMILY: Times;
	FONT-SIZE: 10px;
	BACKGROUND-COLOR: #181818;
	border: 1px solid #AEAEAE;
}


.contentheading
{
	color: #181818;
	text-transform: uppercase;
	font:16px Georgia, "Times New Roman", Times, serif;	
}


.whitebold
{
	color: #FFFFFF;
	text-transform: uppercase;
	font:16px Arial;
	font-weight: bold;	
}

.white
{
	color: #FFFFFF;
	font:12px "Arial Narrow";
}


#tablecontent {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/tablecontent.png) repeat-y top;
	background-attachment: fixed;
}