﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-size: 9pt;
	color: #666666;
	font-family: Arial, Helvetica,Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}
TFOOT
{
	color: #003366;
}

THEAD
{
	color: #003366;
}

TH
{
	color: #003366;
}

H5
{
	color: #003366;
}

H4
{
	color: #003366;
}

H3
{
	color: #003366;
}

H2
{
	color: #003366;
}

H1
{
	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;
}

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;
}

H5
{
	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;
}

THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TFOOT
{
	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
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0000FF;
}

A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6666CC;
}


A:active
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC6600;
}


A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FF3300;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

PRE
{
	font-family: Courier New, monospace;
}

BLOCKQUOTE
{
	font-family: Courier New, monospace;
}

UL
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	list-style-type: disc;
}

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: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	margin-left: 0px;
}

TABLE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

.btm_bg {
	background-image: url('images/popup/bottom-mid[1].png');
}
.lft_bg {
	background-image: url('images/popup/left[1].png');
}
.rght_bg {
	background-image: url('images/popup/right[1].png');
}
.alert_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.mid_bg{
	background-image: url('images/popup/top-mid[1].png');
	text-align: left;
}
.rght_top {
	background-image: url('images/popup/top-right[1].png');
}

