/******************************************************/
/*myoldconsole style sheet - started 8/6/04 - d j tosh*/
/******************************************************/

/******************************************************/

/*************************/
/*  start standard decs  */
/*************************/

html 				{
	font-family:Calibri, "Trebuchet MS", Verdana;
	font-size:12px;
	color: #333333;
						/*text-transform:lowercase;*/
						}
		
body					{
		font-size:12px;
	margin:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color: #333333;
}
table, tr, tbody, td, a {
		font-size:12px;
	font-family:Calibri, "Trebuchet MS", Verdana;
}
								

a						{
	font-family:Calibri, "Trebuchet MS", Verdana;
	color:#710F06;
	text-decoration:none;
	font-weight: bold;
						}

a:hover					{
						color:#333333;
						cursor: hand;
						text-decoration:underline;
						}					
						
.left_menu				{
	background-color: #000000;
	color: #DCA90E;
	padding: 5px;
	font-weight: bold;
						}

.right_menu				{
						background-image:url(/images/main/right_men_head2.gif);
						background-repeat:no-repeat;
						color:#ffffff;
						}

.header					{
	border:1px solid #61030A;
	background-color: #000000;
						}

.footer					{
	font-size:.9em;
	border:1px solid #61030A;
	background-color: #EFEBDA;
						}
						
						
.outline		{
	border-left: #dddddd 1px solid;
	border-top: #dddddd 1px solid;
	border-right: #888888 1px solid;
	border-bottom: #888888 1px solid;
	padding: 5px;
				}	
.outline2		{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DCA90E;
				}	
