/* CSS Document */
/* default fonts */

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	background-color: #22363F;
}


.style2 {font-size: 12}
a {
	font-size: 12px;
	color: #0000FF;
}
/*a:visited {
//	color: #990000;
}*/
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #3333CC;
}

/*td {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	background-color: #FFFFFF;
}*/

th {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
}

p {
	margin-top: 0px;
	margin-bottom: 2px;
}

form {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	margin-top: 0px;
	margin-left: 23px;
	margin-bottom: 10px;
	padding-left: 0px;
}

/* main center column heads */

/*
h1 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #3D7480;
	margin-top: 0px;
	margin-bottom: 6px;
}
*/
/* subheads with green bars */
/*
h2 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D7480;
	padding: 3px 8px 3px 8px;
	margin-top: 0px;
	margin-bottom: 3px;
}
*/
/* subheads without green bars */
/*
h3 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #3D7480;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
/* smaller versions of previous fonts for home page */

.home body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	background-color: #22363F;
}

.home td {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	background-color: #FFFFFF;
}

.home h1 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bold;
	color: #3D7480;
	margin-top: 0px;
	margin-bottom: 10px;
}

.home h2 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D7480;
	padding: 3px 8px 3px 8px;
	margin-top: 0px;
	margin-bottom: 3px;
}

.home h3 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #3D7480;
	margin-top: 0px;
	margin-bottom: 3px;
}


/* links in upper right corner */

.TopLogo {
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #D4F2C4;
}

.TopLogo a:link {
	color: #D4F2C4;
	text-decoration: underline;
}

.TopLogo a:visited {
	color: #D4F2C4;
	text-decoration: underline;
}

.TopLogo a:hover {
/*	color: #D4F2C4; */
	color: #F6981D;
	text-decoration: underline;
}

.TopLogo a:active {
/*	color: #D4F2C4; */
	color: #F6981D;
	text-decoration: underline;
}

.TopLogo form {
	display: inline;
}

/* popup menus */

.popups table {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #A2610B;
	}

.popups p {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 12pt;
	margin: 2px;
	padding-left: 14px;
	padding-right: 14px;
}

.menugray {
	background-color: #e9e9e9;
}

.popups a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	display: block;
}	
	
.popups a:link {
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
}	
	
.popups a:visited {
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}	
	
.popups a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFE6C2;
	padding-left: 14px;
	margin-left: -14px;
	padding-right: 14px;
	margin-right: -14px;
		}

.popups a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFE6C2;
	padding-left: 14px;
	margin-left: -14px;
	padding-right: 14px;
	margin-right: -14px;
}


/* Main Content Area Links */

a:link {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #F6981D;
	text-decoration: underline;
	font-weight: bold;
}

a:active {


	color: #F6981D;
	text-decoration: underline;
	font-weight: bold;
}

/* Ad Links*/

.ad a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.ad a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.ad a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

.ad a:active {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

/* red box */

h2.red {
	background-color: #d24308;
}

.redbox {
	background-color: #ffded1;
	padding: 8px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #d24308;
	margin-bottom: 10px;
	margin-top: -3px;
}

.redbox a:link {
	color: #d24308;
	text-decoration: underline;
	font-weight: bold;
}

.redbox a:visited {
	color: #d24308;
	text-decoration: underline;
	font-weight: bold;
}

.redbox a:hover {
	color: #F6981D;
/*	color: #d24308; */
	text-decoration: underline;
	font-weight: bold;
}

.redbox a:active {
	color: #F6981D;
/*	color: #d24308; */
	text-decoration: underline;
	font-weight: bold;
}

.redbox hr {
	border-top: 1px solid #d24308;
	border-right: 1px none #d24308;
	border-bottom: 1px none #d24308;
	border-left: 1px none #d24308;
}


/* green box */

.greenbox {
	background-color: #d4e8c9;
	padding: 8px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #3D7480;
	margin-bottom: 10px;
	margin-top: -3px;
}


.greenbox a:link {
	color: #d24308;
	text-decoration: underline;
	font-weight: bold;
}

.greenbox a:visited {
	color: #d24308;
	text-decoration: underline;
	font-weight: bold;
}

.greenbox a:hover {
	color: #F6981D;
/*	color: #d24308; */
	text-decoration: underline;
	font-weight: bold;
}

.greenbox a:active {
	color: #F6981D;
/*	color: #d24308; */
	text-decoration: underline;
	font-weight: bold;
}

.greenbox hr {
	border-top: 1px solid #d24308;
	border-right: 1px none #d24308;
	border-bottom: 1px none #d24308;
	border-left: 1px none #d24308;

}

/* Article Index Links */

.articles a:link {
	text-align: right;
	color: #3D7480;
	text-decoration: underline;
	font-weight: bold;
}

.articles a:visited {
	text-align: right;
	color: #3D7480;
	text-decoration: underline;
	font-weight: bold;
}

.articles a:hover {
	color: #F6981D;
	text-decoration: underline;
	font-weight: bold;
}

.articles a:active {
	color: #F6981D;
	text-decoration: underline;
	font-weight: bold;
}


/* articles index list */

.articles ul {
	list-style-position: outside;
	margin-top: 0px;
	margin-left: 26px;
	margin-bottom: 10px;
	padding-left: 0px;
	list-style-image: url(images/redarrow.gif);
}

.articles li {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Member Login Links */

.login a:link {
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3D7480;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.login a:visited {
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3D7480;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.login a:hover {
	font-size: 7pt;
	color: #FFC375;
	text-decoration: underline;
	background-color: #3D7480;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.login a:active {
	font-size: 7pt;
	color: #FFC375;
	text-decoration: underline;
	background-color: #3D7480;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 3px;
}

.alignright {
	text-align: right;
}

/* Other Links */

.redtext a:link {
	color: #0000ff;
	text-decoration: underline;
}	

.redtext a:visited {
	color: #d24308;
	text-decoration: underline;
}	

.redtext a:hover {
/*	color: #d24308; */
	color: #F6981D;
	text-decoration: underline;
}	

.redtext a:active {
/*	color: #d24308; */
	color: #F6981D;
	text-decoration: underline;
}
	
/* Member background */

/* rt */
.card_bg {
	background-image: url(Resources/Rt-software_bg.jpg); /* add */
	/*width: 100%;*/
	padding: 0px 0px 0px 0px;
}

.white_bg {
	background-color: #ffffff;
}

.lt_blue_bg {
	background-color: #e6f0f0;
}

.blue_bg {
	background-color: #3d7696;
}

.dk_blue_bg {
	background-color: #023352;
}

.offwhite_bg {
	background-color: #f5f5f5;
}

/* end rt */

.lt_gray_bg {
	background-color: #f0f0f0;
}

.gray_bg {
	background-color: #e9e9e9;
}

.green_bg {
	background-color: #d4e8c9;
}

/* Member text */

.whitetext {
	color: #ffffff;
}

.whitetext_bold {
	color: #ffffff;
font-weight: bold;
}

.blacktext {
	color: #000000;
}

.blacktext_bold {
	color: #000000;
font-weight: bold;
}

.graytext {
	color: #e9e9e9;
}

.graytext_bold {
	color: #e9e9e9;
font-weight: bold;
}

.lt_greentext {
	color: #d4e8c9;
}

.lt_greentext_bold {
	color: #d4e8c9;
font-weight: bold;
}

.greentext {
	color: #3D7480;
}

.greentext_bold {
	color: #3D7480;
font-weight: bold;
}

.redtext {
	color: #d24308;
}

.redtext_bold {
	color: #d24308;
font-weight: bold;	
}

/* fade out links that refer to the current page */
.fadelink {
	color: #A5C1C7;
}

.bold  {
	font-weight: bold;
}

.copyright  {
	font-size: 7pt;
	font-style: italic;
}

.smalltext  {
	font-size: 7pt;
}


