
/* ================================
    CSS Styles for USA2Me
   ================================
*/ 


body {
	background: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #666666
}

.Normal_Small
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #666666
}


/*=============== START DEFAULT MENU STYLES ============================================*/


.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
/*	cursor: pointer;*/ 
	cursor: hand; 
}

.MainMenu_MenuItem {
	background: transparent;
/*	cursor: pointer;*/ 
	cursor: hand; 
	color: #fff; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: 1;
	border-bottom: #505052 0px solid; 
	border-top: #505052 0px solid; 
	padding: 2px 10px 3px 5px;
}

.MainMenu_MenuItemSel {
	background: #eee;
/*	cursor: pointer; */
	cursor: hand; 
	color: #333; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 1;
	border-bottom:  0px solid; 
	border-top:  0px solid; 
	padding: 2px 10px 3px 5px;
}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
/*	cursor: pointer;*/ 
	cursor: hand;
	background: #003984; 
	filter: none;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	padding: 0px;	
}

.MainMenu_MenuBreak {
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
/*	cursor: pointer; 
	cursor: hand;*/ 
	border-right: #505052 1px solid; 
	border-bottom: #505052 1px solid; 
	border-top: #505052 0px solid;
/*	display: none;*/
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
/*	cursor: pointer; 
	cursor: hand;*/
    display: none;
}

.BodyLink 
{
	text-decoration:none:
}

/*=============== END DEFAULT MENU STYLES ============================================*/


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #0033CC;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #0033CC;
	border-bottom: 1px solid #0033CC;
	border-left: 1px solid #0033CC;
	border-right: 1px solid #0033CC;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #3366CC;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #0033CC;
	border-bottom: 1px solid #0033CC;
	border-left: 1px solid #0033CC;
	border-right: 1px solid #0033CC;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #0033CC;
}

a.Normal:link, a.Normal:visited {
	color: #0033CC;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover {
	color: #0033CC;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.MenuNormal:link, a.MenuNormal:visited {
	color: #0033CC;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.MenuNormal:hover {
	color: #0033CC;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:link, a:visited {
	color: #0033CC;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #DE2C31;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


.Head {
	font-size: 10px;
	color: #333;
	background: transparent;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
}


.NormalRed {
	color: #DE2C31;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	font-weight:normal
}

.NormalWhite {
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalBoldSm {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
}

.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
.Subtitle {
	font-family: tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #DE2C31;
}
.SubtitleLink {
	font-family: tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #DE2C31;
	text-decoration:none;
}
.Title {

	font-family: tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #004994;
}

.Title:Link, .Title:Visited {

	font-family: tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #004994;
}


.Questions    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
	font-weight: normal;
}


/* linky linky */

a.Questions:link, a.Questions:visited {
	color: #DE2C31;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    
}

/* added later but forgotten */

TABLE.planTable TD 
{ 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	FONT-FAMILY: Tahoma, Arial, Helvetica 
}