/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: bold;
	font-size: 20px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
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-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1.58em;*/
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: 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
{
	color: #191970;
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
	color: #191970;
}

A:active
{
	text-decoration: none;
	color: #191970;
}

A:hover
{
	color: midnightblue;
	text-decoration: underline;
}


SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	font-size: 10pt;
	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;
}
bottom_titles
{
	font-size: 8px;
	font-family: Verdana, Tahoma, Arial;
}
TD
{
	font-size: 12px;
}

.membermenuTitle
{
	font-weight: bold;
	font-size: 11px;
}
.memberFormlabel
{
	font-weight: bold;
	font-size: 11px;
}
TABLE.memberTable
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
}
TD.memberTableTitleCell
{
	border-bottom: dimgray 1px solid;
}
TD.memberTableURLCell
{
	padding-right: 1px;
	padding-left: 1px;
	font-size: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
}
INPUT.memberTxtBox
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-size: 11px;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
A.memberTableURL:link
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
}

.btSubmit
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	color: midnightblue;
	padding-top: 2px;
	font-family: Verdana, Tahoma, Arial;
}
.btSubmit:Hover
{
	border-right: midnightblue 1px solid;
	padding-right: 2px;
	border-top: midnightblue 1px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 2px;
	border-left: midnightblue 1px solid;
	color: midnightblue;
	padding-top: 2px;
	border-bottom: midnightblue 1px solid;
	font-family: Verdana, Tahoma, Arial;
}
.ValidationText
{
	font-weight: bold;
	font-size: 10px;
	color: midnightblue;
	padding-top: 4px;
	font-family: Verdana, Tahoma, Arial;
}
.LoggedTitle
{
	font-weight: bold;
	font-size: 10px;
	color: midnightblue;
	padding-top: 4px;
	font-family: Verdana, Tahoma, Arial;
}
.LoggedUsernameTitle
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	padding-top: 4px;
	font-family: Verdana, Tahoma, Arial;
}
.leftmenu
{
	color: black;
}

