/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
    background-color: #2F3E5D;
	text-align: center;
}

.LoginTable
{
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	margin: 0px;
	border-top-style: outset;
	padding-top: 8px;
	border-right-style: outset;
	border-left-style: outset;
	background-color: #dedee7;
	border-bottom-style: outset;
}

.RegisterTable
{
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	margin: 0px;
	border-top-style: outset;
	padding-top: 8px;
	border-right-style: outset;
	border-left-style: outset;
	background-color: #dedee7;
	border-bottom-style: outset;
}

.ChapterMenu
{
	font-size: 8pt;
}

.UserMenu
{
	font-size: 8pt;
	font-weight: bold;
}

.PageTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #2F3E5D;
}

TR
{
    font-size:	10pt;
}

Legend
{
	color:	#2F3E5D;
	font-weight: bold;
}

A:link	
{
	font-weight: bold;
	text-decoration:	underline;
	color:	#2F3E5D;
	}	
		
A:visited	
{
	font-weight: bold;
	text-decoration:	underline;
	color:	#2F3E5D;
	}	
		
A:active	
{
	font-weight: bold;
	text-decoration:	underline;
	color:	#2F3E5D;
	}	
		
A:hover	
{
	font-weight: bold;
	text-decoration:	underline;
	color:	#030857;
	}
	
SMALL	{	
	font-size:	8pt;
	}	

BIG
{
        font-family: Arial, Helvetica, sans-serif
	font-size: 14pt;
	font-weight: bold;
}
