/*	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
{
color:#999;
font-family:arial,sans-serif;
font-size:8pt;
text-decoration:none;
}


body,td
{
color:#666;
font-family:arial,sans-serif;
font-size:9pt;
margin:0px;
}
input
{
color:#333;
font-family:arial,sans-serif;
font-size:9pt;
margin:0px;
}

/**** Begin User Defined Classes *********/
.footer
{
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.gif);
}

.idxSelect
{
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:#d8d8ee;
color:#666;
font-family:arial,sans-serif;
font-size:9pt;
}

.row2
{
background-color:#e5e5e6;
color:#666;
font-family:arial,sans-serif;
font-size:9pt;
}
a
{
color:#666;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
}
.headlink
{
color:#FFF;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
text-decoration:none;
}
a:hover
{
color:#9999cc;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
}

.sub1
{
color:#999;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
}

.sub2
{
color:#333;
font-family:arial,sans-serif;
font-size:9pt;
font-weight:bold;
text-decoration:none;
}

.subhead
{
background-image:url(/graphics/gbl_curve.gif);
background-repeat:no-repeat;
text-align:right;
}

.tacMenu
{
background-image:url(/tactical/graphics/tac_bg_Menu.gif);
background-repeat:repeat-x;
}

.tblHead
{
background-color:#336;
color:#fff;
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 ******/



					