/* CSS Styles Library for the Troops Website.
 * Last updated: 10-18-2007
 */
 
a			{ 
text-decoration: none; 
font-family: arial; 
font-size: small; 
color: #000066; 
font-weight: bold
}

a:hover		{
text-decoration: underline; 
font-family: arial; 
font-size: small; 
color: #000066; 
font-weight: bold 
} 

a:active 	{ 
text-decoration: underline; 
font-family: arial; 
font-size: small; 
color: #000066; 
font-weight: bold 
}

a:visited    { 
font-family: arial; 
font-size: small; 
color: #000066; 
font-weight: bold  
}

ul 			{ 
font-family: arial; 
font-size: small; 
color: #000000
}

ol { 
font-family: arial; 
font-size: small; 
color: #000000
}

li { 
font-family: arial; 
font-size: small; 
color: #000000
}

h1           { 
font-family: arial; 
font-size: 16pt; 
color: #000000; 
font-weight: bold 
}

h2           { 
font-family: arial; 
font-size: 12pt; 
color: #000000; 
font-weight: bold 
}

h3           {
	font-family: arial;
	font-size: 13pt;
	color: #990000;
	font-weight: bold;
}

h4           { 
font-family: arial; 
font-size: 14pt; 
color: #000000; 
font-weight: bold 
}

h5           { 
font-family: arial; 
font-size: 16pt; 
color: #000000; 
font-weight: bold 
}

h6           { 
font-family: arial; 
font-size: 18pt; 
color: #000000; 
font-weight: bold 
}

table        {
	font-family: arial;
	font-size: small;
	color: #000000;
	background-color: #CCCCCC;
	vertical-align: middle;
}

tbody        { 
font-family: arial; 
font-size: small; 
color: #000000
}

td 			{ 
font-family: arial; 
font-size: small; 
color: #000000
}

tr 			{ 
font-family: arial; 
font-size: small; 
color: #000000
}

th 			{ 
font-family: arial; 
font-size: small; 
color: #000000
}

tr.odd {
	background-color: #DFDDC3;
}
tr.even {
	background-color: #CAC9B5;
}

p 			{ 
font-family: arial; 
font-size: small; 
color: #000000
}

body 		{
	font-family: arial;
	font-size: small;
	color: #000000;
	background-color: #999999;
}


a.header			{ 
text-decoration: none; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 36px; 
color: #000066; 
font-weight: bold
}

a.header:hover		{
text-decoration: underline; 
font-family: arial; 
font-size: 36px;  
color: #000066; 
font-weight: bold 
} 

a.header:active 	{ 
text-decoration: underline; 
font-family: arial; 
font-size: 36px; 
color: #000066; 
font-weight: bold 
}

a.header:visited    { 
font-family: arial; 
font-size: 36px;  
color: #000066; 
font-weight: bold  
}


a.backlink:hover{
	color:#990000;
	font-size:16px;

}
a.backlink, a.backlink:link, a.backlink:visited, a.backlink:active{
	font-size:9px;
	font-style:italic;
	color:#000066;
	background-image:url(/images/blue_arrow_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-left: 5px;
	padding-left: 20px;
}
a.backlink img, img.backlink{
	border:none;
	padding: 1px;
	margin: 1px;
}
.page_title_red
{
	font-size:18px;
	color:#990000;
	font-weight:bolder;
}
.page_title_blue
{
	font-size:18px;
	color:#000066;
	font-weight:bolder;
}
.page_title
{
	font-size:18px;
	font-weight:bolder;
}

.section_title_red
{
	font-size:14px;
	font-weight:bolder;
	font-style: italic;
	color:#990000;
}
.section_title_blue
{
	font-size:14px;
	font-weight:bolder;
	font-style: italic;
	color:#000066;
}
.section_title
{
	font-size:14px;
	font-weight:bolder;
	font-style: italic;
}
.bodytext_important_red
{
	font-weight:bolder;
	font-variant:small-caps;
	text-decoration:underline;
	color:#990000;
}
.bodytext_important_blue
{
	font-weight:bolder;
	font-variant:small-caps;
	text-decoration:underline;
	color:#000066;
}
.bodytest_important
{
	font-weight:bolder;
	font-variant:small-caps;
	text-decoration:underline;
}
.quoted_text_red
{
	font-style: italic;
	color:#990000;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 25px;
	margin-right: 25px;
}
.quoted_text_blue
{
	font-style: italic;
	color:#000066;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 25px;
	margin-right: 25px;
}
.quoted_text
{
	font-style: italic;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 25px;
	margin-right: 25px;
}
.color_blue{
	color:#000066;
}
.color_red{
	color:#990000;
}
li.list_w_stars{
	list-style-image:url(/images/goldstar.gif);
	list-style-position:inside;
}
ul.list_w_stars li{
	list-style-image:url(/images/goldstar.gif);
	list-style-position:inside;
}
li.list_no_bullets{
	list-style-type:none;
	list-style-position:inside;
}