/* Default CSS Stylesheet for a new Web Application project */

A:link
{
	text-decoration: none;
	color: #0963C8;
}

A:visited
{
	text-decoration: none;
	color: #0963C8;
}

A:active
{
	text-decoration: none;
	color: #0963C8;
}

A:hover
{
	text-decoration: underline;
	color: #0963C8;
}

.background1
{
	background: url(images/bg_01.jpg) no-repeat left top;
	width: 253px;
	height: 83px;
}
.background2
{
	background: url(images/bg_03.jpg) no-repeat left top;
	width: 253px;
	height: 70px;
}
.background3
{
	background: url(images/bg_05.jpg) no-repeat left top;
	width: 253px;
	height: 230px;
}
.FlashHome
{
}
BODY
{
	font-size: 12px;
	color: #383232;
	font-family: arial;
}
.footer_text
{
	font-size: 12;
	color: #ffffff;
	font-family: arial;
}
.FooterMenuItemContainer
{
	padding:10px;
}
.Footer
{
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.FooterMenuItem
{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
}
A.FooterMenuItem, A:hover.FooterMenuItem, A:visited.FooterMenuItem
{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
}
A.FooterMenuItem
{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
}
.FooterMenuDivider
{
	font-size: 10;
	color: #ffffff;
	font-family: arial;
	text-align:center;
	vertical-align:top;
	padding-top:11px;
}
TD
{
	font-size: 12px;
	color: #383232;
	font-family: arial;
}
.loginForm
{
	font-size: 11px;
	color: #383232;
	font-family: arial;
	font-weight: bold;
}

h4
{
	font-weight: normal;
	font-size: 12px;
	color: #383232;
	font-family: arial;
	padding-right: 30px;
	padding-left: 0px;
}
H3
{
	font-weight: normal;
	padding-right: 1px;
	padding-left: 15px;
	font-size: 12px;
	background: url(images/bullet.gif) #ffffff no-repeat 1% center;
	margin: 0px 1px 0px;
	color: #000000;
	padding-top: 0px;
	height: 12px;
	text-align: left;
}
H2
{
	padding-right: 1px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 12px;
	background: url(images/bullet.gif) #ffffff no-repeat 1% 5px;
	margin: 0px 1px;
	color: #000000;
	padding-top: 0px;
	height: 12px;
	text-align: left;
}
H6
{
	padding-right: 1px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 12px;
	background: url(images/bullet_blue.gif) #ffffff no-repeat 1% 5px;
	margin: 0px 1px;
	color: #000000;
	padding-top: 0px;
	height: 12px;
	text-align: left;
}
H5
{
	padding-right: 1px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 12px;
	background: url(images/icon_cv.gif) #ffffff no-repeat 1% top;
	margin: 0px 1px;
	color: #000000;
	padding-top: 0px;
	height: 12px;
	text-align: left;
}
H7
{
	padding-right: 1px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 1px;
	color: #000000;
	padding-top: 0px;
	height: 12px;
	text-align: left;
}

H8
{
	padding-right: 1px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 1px;
	color: #000000;
	padding-top: 0px;
	height: 12px;
	text-align: left;
}

TH, THEAD, TFOOT
{
	color: #003366;
}
.dots
{
	color: #4474b4;
	font-size: 0px;
	background: #f3f3f3 url(images/dots.gif) 99% center;
	text-align: left;
	margin: 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 1px;
}

H1
{
	font-weight: 700;
	font-size: 9px;
	word-spacing: normal;
	text-transform: none;
	color: #545454;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: 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;
}

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: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
