/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Times New Roman, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    LINE-HEIGHT: 10px;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

p
{
    FONT-FAMILY: arial, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    COLOR: #342000;
}

ul
{
    FONT-FAMILY: arial, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 24px;
    COLOR: #342000;
}

ul a:link
{
    FONT-FAMILY: arial, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    COLOR: #904132;
}

ul a:visited
{
    FONT-FAMILY: arial, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
    COLOR: #904132;
}

A{	
	text-decoration:	none;
	color:	#342000;
	}	

A:link	{	
	text-decoration:	none;
	color:	#342000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#342000;
	}	
		
		
A:hover	{	
	text-decoration:	underline;
	color:	#342000;
	}

.pagetitle
	{
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
	font-size:	24px;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	text-transform:	none;
	color: white;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 10px
	}
	
.footer
	{
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	text-transform:	none;
	color: #904132;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px
	}

.subtitle
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:	22px;
	font-weight: 700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing: 1px;
	text-transform:	none;
	color: #904132;
	padding-top: 10px
	padding-bottom: 10px;
	line-height: 30px;
	}

.pageborder
	{
	border-top: 1px solid #342000;
	border-bottom: 1px solid #342000;
	border-right: 1px solid #342000;
	border-left: 1px solid #342000;
	}

.leftnavtable
	{
	border-right: 1px solid #342000;
	padding-top: 10px
	}

.contenttable
	{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.leftnav
	{
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	text-transform:	none;
	color: #342000;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
		
.leftnav a
	{
	text-decoration: none;
	}

.leftnav a:link
	{
	text-decoration: none;
	}
	
.leftnav a:hover
	{
	text-decoration: underline;
	}

#pagelink
	{	
	color:	#904132;
	}	

#pagelink A
	{	
	text-decoration:	none;
	color:	#904132;
	}	

#pagelink A:link	
	{	
	text-decoration:	none;
	color:	#904132;
	}	
		
#pagelink A:visited	
	{	
	text-decoration:	none;
	color:	#904132;
	}	
		
		
#pagelink A:hover	
	{	
	text-decoration:	underline;
	color:	#904132;
	}

#white
	{
	color: white;
	}