﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #E4E4E4;
	font-family: 'Times New Roman' , Times, serif;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	margin-top: 0px;
}
h1
{
	COLOR: #000000;
	font-family: Times New Roman;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	text-align: center;
}

h2
{
	COLOR: #000000;
	font-family: Times New Roman;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	text-align: center;
}

h3
{
	COLOR: #000000;
	font-family: Times New Roman;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
		
A:visited	{	
	text-decoration:	underline;
	color:	#333333;
	font-weight: bold;
	}	
		
A:active	{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}
A:hover	{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}		

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}table        {  }
.footer {
	font-size: 10px;
	font-style: italic;
}
.styleBackgroundWhite
		{
			background-color: #FFFFFF;
		}
.styleBackgroundBlack100PerCent
		{
			width: 100%;
			background-color: #000000;
		}
.styleWidth90
		{
			width: 90%;
		}
.styleWidth205
		{
			width: 205px;
		}
.styleTextAlignLeft
{
	text-align: left;
}
.styleTextAlignCenter
{
	text-align: center;
}
.styleTextAlignRight
		{
			text-align: right;
		}
.styleWidth100perCent
{
	width: 100%;
}
.styleSingleFrameBody
{
	width: 80%;
}
.styleBrentNavMenu
	{
	font-size: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
}
