﻿*:focus {
outline: 0;
}

html
{
	background: #1A1A1A url('../img/bg/bg.jpg') 0 0 repeat-x;
	overflow-y:scroll;
	overflow-x:hidden;
}

div#hd
{
	background: #808080 url('../img/nav-right.jpg') 0 0 repeat-x;
}

div#bd
{
	background: #808080 url('../img/nav-right.jpg') 0 0 repeat-x;
}

div#yui-main
{
	background-color:#808080;
}

h1
{
	color:#F0A94C;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
}

h2
{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
}

h3
{
	color:#575757;
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
}

h4
{
	color:#09347A;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
}

a
{
	text-decoration:none;
	color:#19CDFF;
	text-decoration:underline;
}

p
{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
}

b
{
	font-weight:bold;
	color:#fff;
	font-size:13px;
}

.listSet
{
	list-style-type:disc;
	margin-left:35px;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
}

.listSet2
{
	list-style-type:disc;
	margin-left:15px;
	font-family:Arial;
	font-size:12px;
	color:#414141;
}

.sideBar a
{
	text-decoration:none;
	color:#2348FF;
	text-decoration:underline;
}

.pubTH
{
	background-color:#3C5C6C;
}

.pubBG
{
	background-color:#3C5C6C;
}

.pubSide
{
	background-color:#000;
}

.titleText
{
	color:#09347A;
	font-size:18px;
}

.subTitle
{
	color:#F0A94C;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.bold
{
	font-weight:bold;
}

.pointer
{
	cursor:pointer;
}

div#gNav
{
	float:right;
	margin-right:15px;
}

.callout
{
	background-color:#4d4d4d;
	width:455px;
}

div#calloutLeft
{
	float:left;
	margin-left:15px;
}

div#calloutRight
{
	float:right;
	margin-right:15px;
}

div#footerLeft
{
	float:left;
	margin-left:15px;
}

div#footerRight
{
	float:right;
	margin-right:15px;
}

.calloutText
{
	color:#FFFFFF;
	margin-left:14px;
	margin-right:14px;
}
