/* Default font that need to be gray */

TD,
.text, 
.gray, 


A.gray-text, 
A.gray-text:visited, 
A.gray-text:active {
	COLOR : #4d4d4d; 
	FONT-FAMILY : Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px; line-height: 138%;
}



/* Default links */



A:link 
{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-size: 11px;
	line-height: 138%;
	color: #1B3663;
}

A:active 
{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-size: 11px;
	line-height: 138%;
	color: #1B3663;
}

A:visited 
{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-size: 11px;
	line-height: 138%;
	color: #1B3663;
}

A:hover 
{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-size: 11px;
	line-height: 138%;
	color: #ED724E;
}


/* end of default text and links*/ 

/* Default bulleted lists */


li {
	
	margin-top: 5px;
	margin-bottom: 4px;
}

ul {
	
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}


/* round bulleted lists */


li {
	
	margin-top: 5px;
	margin-bottom: 4px;
}

ul.roundbullet {
	
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
}
.textnolink
{
	font-family: Arial;
	text-decoration:none;
	font-size: 12px;
	color: #1B3663;
}

/* Default text, bolded */

.text-b, 
.gray-text-b
{FONT-WEIGHT : bold; FONT-SIZE : 12px; FONT-FAMILY : Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;}




/* Title in gray bar at top of page right below header */

.document-title {
	FONT-SIZE : 16px;
	FONT-WEIGHT : bold;
	FONT-FAMILY : Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
}	



/* Gray lines around boxes and tables */

.gray-border   
{BACKGROUND-COLOR:#BDBDBD;}



/* Footer dark blue links */



a:active.footer-dark-blue 
{
	font-size: 11px;
	color: #1B3663;
}

a:link.footer-dark-blue 
{
	font-size: 11px;
	color: #1B3663;
}

a:visited.footer-dark-blue 
{
	font-size: 11px;
	color: #1B3663;
}

a:hover.footer-dark-blue 
{
	TEXT-DECORATION: none;
	font-size: 11px;
	color: #ED724E;
}

/* Div generated for showing references */
.helpbox {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black; 
	font-size: 11px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	text-align: left;
	TEXT-DECORATION: none;
	background-color: #E5E5E5;
	border: solid 2px white;
	padding: 5px 5px 5px 5px;
	visibility: hidden;
}


/* Glossary links */



a:active.glossary 
{
	font-size: 16px;
	font-weight: bold;
	color: #1B3663;
}

a:link.glossary 
{
	font-size: 16px;
	font-weight: bold;
	color: #1B3663;
}

a:visited.glossary 
{
	font-size: 16px;
	font-weight: bold;
	color: #1B3663;
}

a:hover.glossary 
{
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 16px;
	color: #ED724E;
}



/* Style for input and combo boxes */

.input-combo-field  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #4d4d4d;
}

.submitbutton
{
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #4d4d4d;

}

/* Style for page headers */

.pageheader  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ED724E;
}

/* Style for page subheaders */

.pagesubheader  
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ED724E;
}

.pagesubheader-blue  
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1c3764;
}

.newspagesubheader-blue  
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1c3764;
}

/*navigation-inside-left*/

/* Style for top menu items */



a:active.top-blue-menu 
{
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #9FC9EA;
}

a:link.top-blue-menu 
{
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #9FC9EA;
}

a:visited.top-blue-menu 
{
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #9FC9EA;
}

a:hover.top-blue-menu 
{
	TEXT-DECORATION: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.top-blue-menu-text  
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #9FC9EA;
}


/* Style for bottom menu header links and text at default.asp */


.bottom-white-menu 
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}


a:active.bottom-white-menu-link
{
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

a:link.bottom-white-menu-link
{
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

a:visited.bottom-white-menu-link
{
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

a:hover.bottom-white-menu-link
{
	TEXT-DECORATION: underline;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #9FC9EA;
}


/* Home page bottom bulleted lists */


.lihome {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 4px;
}

.ulhome {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}



/* style for combo boxes only */
.combo-boxes  
{WIDTH : 130px; COLOR:#4d4d4d; FONT-FAMILY : Arial, Verdana, Trebuchet MS, Tahoma, sans-serif; FONT-SIZE: 12px;}




/* Style for buttons Nitin */

.button-field   {
	
 }



/* Style for buttons */

.button-field-L   {
	background-color:#E6E6E2;
	border-style:solid;
	border-width:1px;
	border-color:#BDBDBD;
	font-family: Arial; 
	font-size: 10pt;
	font-weight: bold;
 }






/* Titles for boxes, gives bold, black title with gray background color, mostly used in left navigation boxes */

.box-title, 
A.box-title, 
A.box-title:link, 
A.box-title:active, 
A.box-title:visited {
	COLOR : #000000;
	BACKGROUND-COLOR: #E6E6E2;
 FONT-SIZE : 16px;	FONT-WEIGHT : bold;
	TEXT-DECORATION : none;
	FONT-FAMILY : Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
}


A.box-title:hover {
	TEXT-DECORATION : underline;
	FONT-FAMILY : Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
}




/* Left navigation, dark red links */


a:active.navigation-dark-red 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*text-decoration:none;*/
	color: #993300;
}

a:link.navigation-dark-red 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*text-decoration:none;*/
	color: #993300;
}

a:visited.navigation-dark-red 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*text-decoration:none;*/
	color: #993300;
}

a:hover.navigation-dark-red 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*text-decoration:none;*/
	color: #990000;
}


/* Bottom navigation, dark blue links and text */



a:active.navigation-dark-blue 
{
	font-family: Arial;
	text-decoration:none;
	font-size: 12px;
	color: #1B3663;
}

a:link.navigation-dark-blue 
{
	font-family: Arial;
	text-decoration:none;
	font-size: 12px;
	color: #1B3663;
}

a:visited.navigation-dark-blue 
{
	font-family: Arial;
	text-decoration:none;
	font-size: 12px;
	color: #1B3663;
}

a:hover.navigation-dark-blue 
{
	font-family: Arial;
	text-decoration:underline;
	font-size: 12px;
	color: #FF0000;
}


.navigation-dark-blue-text 
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #1B3663;
}

.dark-blue-nolink
{

	font-family: Arial;
	text-decoration:none;
	font-size: 12px;
	color: #1B3663;
}


/* Inside left navigation, dark blue links and text */



a:active.navigation-inside-left
{
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #1B3663;
}

a:link.navigation-inside-left 
{
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #1B3663;
}

a:visited.navigation-inside-left 
{
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #1B3663;
}

a:hover.navigation-inside-left 
{
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #FF0000;
}




/* Top navigation text and links  */



.navigation-top-text
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #E8E8E8;
}
a:active.navigation-top 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #E8E8E8;
}

a:link.navigation-top 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #E8E8E8;
}

a:visited.navigation-top 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #E8E8E8;
}

a:hover.navigation-top 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #E8E8E8;
}

/* USED IN SHOPPING CART PORTION DO NO DELETE*/

.hdr 
{
	background-image: url(http://www.ustoo.org/images/hdr_bg.gif); 
	height:26px; 
	/*font-family:verdana; 
	font-size:17px; 
	text-transform:uppercase; */
	font-weight:bold; 
	padding:3px px 0px 5px; 
	position:relative;
	 
}
.fade 
{
	background-image: url(http://www.ustoo.org/images/ftr_bg.gif);
	height:15px;
	
}

.coml 
{
	font-size: 11px; 
	width:100%; 
	background-color:#F7F7F7;
	border:1px solid #b3b3b3; 
	margin-bottom:10px;
	width: 75%;
}
.com2 
{
	font-size: 11px; 
	width:100%; 
	background-color:#e3e3e3; 
	border:1px solid #b3b3b3; 
	margin-bottom:10px;
}
.insideText 
{
	padding: 4px 4px 4px 4px;
}

.pad10Left
{
	padding-left: 10px;
}

/* USED IN SHOPPING CART PORTION DO NO DELETE*/