/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
TD
{
	font-size:9pt;
	font-family:Arial;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3
{
	font-weight: 500;
	font-size: 1.58em;
	word-spacing: normal;
	text-transform: none;
	color: #4682b4;
	font-style: italic;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.HomePageBody
{
	background-image: url(images/bg01.gif);
	background-repeat: no-repeat;
	margin-top :0px;
	margin-left:0px;
}	

.HomePageLeftBarTD
{
	width:175px;
	vertical-align:top;
}

.HomePageMainTable
{
	width: 750px;
	padding:0px;
}

.HomePageCenterImage
{
	left: 163px;
	width: 295px;
	height:280px;
	position: absolute;
	top: 175px;
}

.HomePageLinksTD
{
}

.FooterTable
{
	width:100%;
}

.FooterTD
{
	text-align:center;
}

.FooterText
{
	font-size:8pt;
}

.FooterContactLink
{
	font-size:8pt;
}

.FooterVersionTD
{
	text-align:right;
}

.ErrorDiv
{
	
}

.VersionLabel
{
	font-size:7pt;
	color:Silver;
}

.TopBarImagesTable
{
	padding:0px;
}

.FormLabel
{
	font-weight:bold;
}
.FormLabel02
{
	font-weight:bold;
	text-align:right;
}


.ContactUsTextBox
{
	width:300px;
}

.HR01
{
	background:black;
	height:1px;
	width:90%;
}

.HR02
{
	background:silver;
	height:1px;
	width:90%;
}

.CatalogClassListTable
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	padding:5px;
}

.CatalogClassListCell
{
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.Logo
{
	left: 465px;
	position: absolute;
	top: 130px;
}

.MainTD
{
	vertical-align:top;
}

.LeftBarTD
{
	background-image: url(images/wave.jpg);
	vertical-align: top;
	width: 200px;
	background-repeat: repeat-y;
}
.SepBar01
{
	height:1px;
	width:100%;
	background-color:#dddddd;
}

A.LinkHome
{
	font-size: 12pt;
	text-decoration: underline;
	text-align:center;
}
A.LinkHome:Active
{
	font-size: 12pt;
	text-decoration: underline;
	text-align:center;
}

A.LinkHome:Hover
{
	font-size: 15pt;
	text-decoration: underline;
	text-align:center;
}
A.LinkHome:Visited
{
	font-size: 12pt;
	text-decoration: underline;
	text-align:center;
}

A.SmallLink01
{
	font-size:8pt;
	font-family:Arial;
}
A.SmallLink01:Active
{
	font-size:8pt;
	font-family:Arial;
}
A.SmallLink01:Hover
{
	font-size:8pt;
	font-family:Arial;
}
A.SmallLink01:Visited
{
	font-size:8pt;
	font-family:Arial;
}

A.ProperCaseLink
{
	font-size: 12pt;
	text-decoration: underline;
	text-align:center;
	text-transform:capitalize;
}
A.ProperCaseLink:Active
{
	font-size: 12pt;
	text-decoration: underline;
	text-align:center;
	text-transform:capitalize;
}

A.ProperCaseLink:Hover
{
	font-size: 15pt;
	text-decoration: underline;
	text-align:center;
	text-transform:capitalize;
}
A.ProperCaseLink:Visited
{
	font-size: 12pt;
	text-decoration: underline;
	text-align:center;
	text-transform:capitalize;
}

A.CatalogLink
{
	font-size: 8pt;
	text-decoration: none;
	text-align:center;
}
A.CatalogLink:Active
{
	font-size: 8pt;
	text-decoration: none;
	text-align:center;
}

A.CatalogLink:Hover
{
	font-size: 8pt;
	text-decoration: none;
	text-align:center;
}
A.CatalogLink:Visited
{
	font-size: 8pt;
	text-decoration: none;
	text-align:center;
}
A.UnderlineLink
{
	font-size: 9pt;
	text-decoration:underline;
	text-align:center;
}
A.UnderlineLink:Active
{
	font-size: 9pt;
	text-decoration:underline;
	text-align:center;
}

A.UnderlineLink:Hover
{
	font-size: 9pt;
	text-decoration:underline;
	text-align:center;
}
A.UnderlineLink:Visited
{
	font-size: 9pt;
	text-decoration:underline;
	text-align:center;
}

.Label01
{
	font-weight: bold;
	font-size: 13pt;
	color: #f08080;
	font-style: italic;
	font-family: Arial;
}

.ErrorMessage01
{
	color:Red;
}

.Separator01
{
	height: 1px;
	background-color: #dcdcdc;
}

.Label02
{
	font-size:8pt;
}

.Label03
{
	font-size:13pt;
	font-weight:bold;
}

.DGHeader01
{
	font-weight: bold;
	background-color: #ffe4e1;
}

.DGFooter01
{
	font-weight: bold;
	background-color: #ffe4e1;
}

.DG01
{
	text-align:center;
}

.DGItem01
{
	vertical-align: top;
	text-align: left;
}
