
/* AAP PAGE ELEMENTS*/

BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	background : url(../images/@background3.jpg) repeat-y fixed top;
	margin: 0;
	padding: 0;
}
TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

 
A:Hover {
	text-decoration: underline;
	color: red;
}

.RightBar{
	color : Black;
}

.smlTxt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

TABLE#tblCoolbar 
		{ 
		background-color:threedface; padding:1px; color:menutext; 
		border-width:1px; border-style:solid; 
		border-color:threedhighlight threedshadow threedshadow threedhighlight;
		}
.cbtn
		{
		height:18;
		BORDER-LEFT: threedface 1px solid;
		BORDER-RIGHT: threedface 1px solid;
		BORDER-TOP: threedface 1px solid;
		BORDER-BOTTOM: threedface 1px solid; 
		}
.txtbtn {font-family:tahoma; font-size:70%; color:menutext;}

.SmallReference {
	font-size : 10px;
}

.green_title {
	font-size : 18px;
	font-weight : bold;
	color : #339933;
}

.xgreen {
	font-size : 16px;
	font-weight : bold;
	color : #9ed476;
}

.green_link {
	font-size : 13px;
	font-weight : bold;
	color : #339933;
}

.title {
	font-size : 20px;
}

.subtitle {
	font-size : 17px;
}

a.subnav:link,a.subnav:visited,a.subnav:active    {
	color: #3F434F;
	background-color:transparent;
	text-decoration: none;
	FONT-SIZE: 13px;
	font-weight: bold;
	margin-left:10px
}

a.subnav:hover   {
	color: #920901;
	background-color:transparent;
	text-decoration: none;
	FONT-SIZE: 13px;
	font-weight: bold;
	margin-left:10px
}

a.currnav:link,a.currnav:visited,a.currnav:active    {
	color: #3F434F;
	background-color:transparent;
	text-decoration: none;
	FONT-SIZE: 12px;

	 
}

a.currnav:hover   {
	color: #920901;
	background-color:transparent;
	text-decoration: none;
	FONT-SIZE: 12px;

	 
}




/*------------------------------------------------------------------------
/* COMMON STYLE
--------------------------------------------------------- */
*/* {
	margin: 0;
	padding: 0;
}*/


/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Heading */
h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}
/*
ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/Navtester.gif) no-repeat 20px 5px;
	line-height: 170%;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}
*/
th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #545454;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}




/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}



textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #EDECEC;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#t_wrap {
	width: 760px;
	margin: 0 auto;
}

.t_width #t_wrap {
	width: 950px;
}

.auto #t_wrap {
	width: 95%;
}

/* HEADER
--------------------------------------------------------- */
#t_headershell {
}

#t_headerstyle {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 12px;
	position: relative;overflow:hidden;
}

#t_headerstyle h1 {
	font-size: 3em;
	position: absolute;
	top: 0px;
	left: 0;
}

#t_headerstyle h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

#t_headerstyle h1 img {
	float: left;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#t_navigationshell {
	background : transparent;
}

#t_navigate {
	font-size: 11px;
	line-height: normal;
}

#t_navigate a {
}


/* The Sub Header */
#t_fadingheader {
	clear: both;
	height: 172px;
	overflow: hidden; 
	margin-top: 5px;
}

/* fixedclear */
.fixedclear:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .fixedclear {
	width: 100%;
	display: block;
}

* html .fixedclear {
	height: 1%;
}
/* Page Element Styles*/


a.option:link,a.option:visited,a.option:active    {
	color : #7e956d;
	background-color : transparent;
	width : 160px;
	text-decoration : none;
	border : 1px solid #D5E3D4;
	padding-left : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right : 3px;
	line-height : 19px;
	display : block;
	font-weight : normal;
}

a.option:hover   {
	background-color : #5C8651;
	color : White;
}


A.s-option {
	color : #5C8651;
	background-color : #DBE7D9;
	width : 160px;
	text-decoration : none;
	border : 1px solid #D5E3D4;
	padding-left : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right : 3px;
	line-height : 19px;
	display : block;
}
  

.atitle {
	color : #5AB3C5;
	text-decoration : none;
	font : 14px Arial, Helvetica, sans-serif;
	letter-spacing : normal;
	font-weight : bold;
}
.gtitle {
	color : #CA8653;
	font : 16px Arial, Helvetica, sans-serif;
	font-weight : bold;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}




