﻿/* Default CSS Stylesheet for a new Web Application project */

H1
{
	font-size: 120%;
}
H2
{
	font-size: 110%;
}
.formLine
{
	padding: 2px 0px 2px 0px;
}

.tMain
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana;
	font-variant: normal;
}
.tSub
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	font-variant: normal;
}
.quoteMain
{
	margin-top: 150px;
	font-weight: bold;
	font-size: 20pt;
	color: #ffcc66;
	font-style: italic;
	font-family: Verdana;
	font-variant: normal;
}
.quoteSub
{
	font-weight: normal;
	font-size: 16pt;
	color: #ffcc66;
	font-style: italic;
	font-family: Verdana;
	font-variant: normal;
}
.quoteSpace
{
	height: 400px;
}
.titleLeft
{
	font-weight: bold;
	font-size: 14pt;
	color: #ffcc66;
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
}
BODY, TD, TH
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	scrollbar-base-color: #F68709;
	scrollbar-arrow-color: #FFffff;
	scrollbar-darkshadow-color: black;
}

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;
}

.Menu
{
	padding-left: 20px;
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	height: 22px;
}

.Menu A:link
{
	color: #ffffff;
	text-decoration: none;
}

.Menu A:visited
{
	color: #ffffff;
	text-decoration: none;
}

.Menu A:active
{
	color: #ffff33;
	text-decoration: none;
}

.Menu A:hover
{
	color: #ffff33;
	text-decoration: none;
}

.MenuSmall
{
	height: 15px;
}
.MenuSmall A:link
{
	font-size: 6pt;
	color: #ffffff;
	text-decoration: none;
}

.MenuSmall A:visited
{
	font-size: 6pt;
	color: #ffffff;
	text-decoration: none;
}

.MenuSmall A:active
{
	font-size: 6pt;
	color: #ffff33;
	text-decoration: none;
}

.MenuSmall A:hover
{
	font-size: 6pt;
	color: #ffff33;
	text-decoration: none;
}

.mainTable
{
	border-right: silver 2px solid;
	padding-right: 10px;
	border-top: silver 2px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: silver 2px solid;
	padding-top: 10px;
	border-bottom: silver 2px solid;
	background: white;
}

.innerContent
{
	font-size: 8pt;
	color: gray;
	font-family: Verdana;
}

.contentTitle
{
	font-weight: normal;
	font-size: 20pt;
	text-transform: uppercase;
	color: silver;
	font-family: Verdana;
}

.contentTitle_Small
{
	font-weight: normal;
	font-size: 14pt;
	text-transform: uppercase;
	color: silver;
	font-family: Verdana;
}
.didyouknow
{
	border-right: lightblue 1px solid;
	background-position: right bottom;
	border-top: lightblue 1px solid;
	font-size: 10pt;
	background-image: url(images/didyouknow.jpg);
	border-left: lightblue 1px solid;
	color: #000099;
	border-bottom: lightblue 1px solid;
	background-repeat: no-repeat;
	font-family: Verdana;
	background-color: #F0F8FF;
}

.extraContenTable
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	font-size: 10pt;
	border-left: lightblue 1px solid;
	color: #000099;
	border-bottom: lightblue 1px solid;
	font-family: Verdana;
	background-color: white;
}
.extraContenTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #000099;
	border-bottom: lightblue 1px solid;
	font-family: Verdana;
	background-color: #F0F8FF;
}
#wrapper
{
	background: transparent url(images/back4.gif) no-repeat;
}
#wrapper1
{
	background: transparent url(images/back2.gif) no-repeat;
}
.imageRic{ margin-left:20px; margin-bottom:10px; border:1px solid black;float:right;}
