/*	File Name:	 	main.css
/*	Author:				 Nathan Arnold
/*	Purpose:		 	To increase maintainability within the web site, and to lower bandwidth by reducing code and graphics
/*								 				historically used for layout.
/*	Description:	The styles listed on this page are ordered alphabetically, A-Z. HTML elements that require style definition
/*												are defined first, followed by custom class definition. The sheet ends with Div Element defintions.Each section
/*												is alphabetically ordered. Each element's, or class' attributes are also alphabetized for ease of maintenance.
/*	Note:						 This sheet has been validated by the W3C as valid CSS. 	--				http://jigsaw.w3.org/css-validator/
*/
.bread
{
background-color:#fff;
color:#999;
font-family:arial,sans-serif;
font-size:8pt;
text-decoration:none;
}

	
body,td
{
background-color:#fff;
color:#666;
font-family:arial,sans-serif;
font-size:9pt;
margin:0px;
}

/**** Begin User Defined Classes *********/
.footer
{
background-color:#fff;
color:#999;
font-family:arial,sans-serif;
font-size:8pt;
}

FORM 
{ margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
display:inline;
}

.gblTop
{
background-image:url(/graphics/gbl_bg_top_o.gif);
}

.idxSelect
{
background-color:#fff;
color:#666;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
}

.mnuTactical
{
background-image:url(/graphics/idx_Right1.jpg);
background-repeat:repeat-y;
}

.row1
{
background-color:#FFEDB8;
color:#666;
font-family:arial,sans-serif;
font-size:9pt;
}

.row2
{
background-color:#E8D18C;
color:#666;
font-family:arial,sans-serif;
font-size:9pt;
}


.sub1
{
background-color:#fff;
color:#999;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
}

.sub2
{
background-color:#fff;
color:#333;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
text-decoration:none;
}

.subhead
{
background-image:url(/graphics/gbl_curve_o.jpg);
background-repeat:no-repeat;
text-align:right;
}

.tacMenu
{
background-image:url(/systems/graphics/sys_bg_Menu.gif);
background-repeat:repeat-x;
}

.tblHead
{
background-color:#666;
color:#fff;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
}

a
{
color:#336;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
}
a:hover
{
color:#cc9900;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
}
/**** End User Defined Classes *********/


/****** Begin Div ID's ******/

#mnuArmorSystems
{
/*position:relative;
top:15px;
left:55px;*/
}

#mnuTactical
{
/*position:relative;
top:20px;
left:129px;*/
}


/****** End Div ID's ******/



					
