html
{
	overflow-x: auto;
	overflow-y: scroll;
}

/*DEV*/
.msg { color: #FF0000; }
.r { color: #A60B0C; }
.even { background-color: #E7E7E7; }
.odd { background-color: #FFFFFF; }
TABLE.summarytable { font-size: 11px; }

TABLE.datatable
{
	font-size: 11px;
	background-color: #666666;
}

TABLE.datatable TH
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #E4DDBD;
}

TABLE.datatable TD { font-size: 11px; }

.sm
{
	font-size: 11px;
	font-weight: normal;
}

/*END DEV */
input.button
{
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 100%;
	background-color: #D8DBC9;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: thin;
}

a.errLink:link
{
	color: #FF0000;
	text-decoration: underline;
}

a.errLink:visited
{
	color: #FF0000;
	text-decoration: underline;
}

a.errLink:hover
{
	color: #FF0000;
	text-decoration: none;
}

a.g3login
{
	display: block;
	border: 1px solid #A60B0C;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	margin: 20px 0 20px 15px;
	text-decoration: none;
	padding: 4px 10px;
	width: 110px;
	text-align: center;
}

a.g3login:hover { color: #A60B0C; }

INPUT.login
{
	font-family: Tahoma;
	margin: 3px 0px 2px 0px;
	border: 1px solid;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

.logintext
{
	font-family: Tahoma;
	font-size: 12px;
}

.headerbg
{
	background: url(images/header_bg.gif) repeat-x;
	height: 94px;
}

.headerbgleft { background: url(images/header_bgleft.gif) repeat-x right; }
.indexhightechtouchbg { background: url(images/index_hightechtouchbg.gif) no-repeat top left; }
.indextext { margin: 28px 15px 10px 22px; }
.bodytext { padding: 5px 30px 15px 15px; }
.onebodybg { background: url(images/one_bodybg.gif) top left repeat-y; }

a.newsfeatures:link
{
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

a.newsfeatures:visited
{
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
}

a.newsfeatures:hover
{
	font-size: 11px;
	text-decoration: underline;
	color: #990000;
}

.pagetitle
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #A60B0C;
	font-size: 20px;
	padding: 10px 9px 1px 9px;
	font-weight: bold;
}

.onetitlebg { background: url(images/one_titlebg.gif) bottom left no-repeat; }
.twotitlebg { background: url(images/two_titlebg.gif) bottom left no-repeat; }

/* Navigational Crumbs */
.crumbs { font-size: 10px; }

div a:link, div a:visited
{
	text-decoration: none;
	color: #666666;
}

div a:hover { text-decoration: underline; }
.footer { font-size: 10px; }
.leftnavheaderbg { height: 48px; }

.leftnavheadertext
{
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 0 2px 3px;
	font-weight: bold;
}

/* Top Level */
.leftnavtopbg
{
	height: 22px;
	background: url(images/left_topbg.gif) top no-repeat;
}

a.toplevel:link, a.toplevel:visited
{
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 6px;
	display: block;
}

a.toplevel:hover
{
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 6px;
	background: url(images/left_topbg_hl.gif) top no-repeat #E4DDBD;
}

/* Second Level Parent Level */
.leftnavtwobg
{
	height: 21px;
	background: url(images/left_topbg.gif) bottom no-repeat #E4DDBD;
	padding: 5px 6px 6px 6px;
}

a.twolevel:link, a.twolevel:visited
{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

a.twolevel:hover { text-decoration: none; }

/* Third Level */
.leftnavthirdbg
{
	height: 12px;
	padding: 4px;
}

a.thirdlevel:link, a.thirdlevel:visited
{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

a.thirdlevel:hover
{
	text-decoration: none;
	color: #990000;
}

/* begin new styles for handheld */
#handheld_nav { display: none; }