/* CSS Document */

/*//---------------------------------------------*/
/*// Name: Site - Default Style Sheet			 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

	
/*//---------------------------------------------*/
/*// Static Image Settings					 */
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*// Navigation Image Settings					 */
/*//---------------------------------------------*/

a.imgRollOver-left-directory { background:url(images/lnav-directory-up.jpg) no-repeat; height: 24px; width: 146px; }
a.imgRollOver-left-directory:hover { background: url(images/lnav-directory-over.jpg) no-repeat; }

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Page Settings								 */
/*//---------------------------------------------*/

body, p, ul, .content, table, tr, td, html {
	color: #969696;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Table Settings								 */
/*//---------------------------------------------*/

table.mainTable {
	background:url(images/top.gif);
	background-position:top;
	background-repeat:repeat-x;
}
td.leftSideBg {
	background:url(images/left-bg.jpg);
	background-position:top right;
	background-repeat:repeat-x;
}
td.rightSideBg {
	background:url(images/right-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Link Settings								 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/

a {
	color: #136BA6;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #136BA6;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.copyright {
	color: #6D6D6D;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.copyright:hover {
	color: #6D6D6D;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Other Settings								 */
/*//---------------------------------------------*/

span.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#969696;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#969696;
}

.gray { font-family: Arial, Helvetica, sans-serif; color:#6D6D6D; text-decoration:none;}
.blue { font-family: Arial, Helvetica, sans-serif;color:#136BA6; text-decoration:none;}
.blue2{ font-family: Arial, Helvetica, sans-serif;color:#136bbb; text-decoration:none;}
.orange { font-family: Arial, Helvetica, sans-serif;color:#FF9600; text-decoration:none;}

.sm {font-size:9px;}
.u {text-decoration:underline;}
.t {text-transform:uppercase;}
.big {font-size:11px;}

.form { width:290px;
		height:19px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		margin-left:0px;
		margin-right:0px;}
		
.textarea { width:290px;
		height:114px;
		font-family:tahoma;
		font-size:11px;
		overflow:auto;
		margin-left:0px;
		margin-right:0px;}

.rollover {scrollbar-face-color:#4A483E;
		scrollbar-track-color:#FAF4D3;
		scrollbar-arrow-color:#FAF4D3;
		scrollbar-3Dlight-color:#FAF4D3;
		scrollbar-base-color:#FAF4D3;
		scrollbar-shadow-color:#FAF4D3;
		scrollbar-darkshadow-color:#FAF4D3;
		scrollbar-highlight-color:#FAF4D3;
		}

li.orange-bullet { 
	list-style-image: url(images/bullet.gif);
	padding-bottom: 10px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}


/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/