
H1 {
	FONT-SIZE: 2em; 
	COLOR: #003366; 
	FONT-FAMILY: Verdana; 
	font-weight: bold;
}
li A {
	FONT-SIZE: 10; 
	COLOR: #Green; 
	FONT-FAMILY: Verdana; 
	font-weight: bold;
}
/* <Survey> */

.SurveyDescription
{
	border: solid 1px silver;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.SurveyQuestion
{
	display: block;
	clear: both;
	
	margin-bottom: 15px;
}

.SurveyQuestionText
{
	display: block;
	clear: both;
	
	font-weight: bold;
	font-size: larger;
	
	margin-top: 10px;
	border-bottom: solid 1px black;
}

.SurveyQuestionContent
{
	margin-left: 20px;
}

.SurveyQuestionBeforeText
{
	display: block;
	clear: both;
	
	margin-top: 5px;
	margin-bottom: 10px;
}

.SurveyQuestionAfterText
{
	display: block;
	clear: both;
	
	margin-top: 10px;
}

.SurveyQuestionGrid
{
	border: 1px solid silver;
	border-collapse: collapse;
}

.SurveyQuestionGrid TD
{
	text-align: center;	
	border: 1px solid silver;
}

.SurveyQuestionGrid TD INPUT
{
	border: none;
}

.SurveyQuestionGrid TR.Line
{
	background-color: transparent;
}

.SurveyQuestionGrid TR.LineAlt
{
	background-color: #ddd;
}

.SurveyQuestionGrid TR.Header
{
	font-style: italic;
}

.SurveyQuestionGrid TH
{
	border: 1px solid silver;
}

.SurveyQuestionGrid TH.Label
{
	text-align: right;
	font-size: 8pt;
}

.SurveyQuestionGrid TH.Value
{
	text-align: center;
	font-size: 8pt;
}

/* </Survey> */

/* <Site Engine> */

.verticalNav {
	PADDING: 3px; FONT-WEIGHT: bolder; FONT-SIZE: 0.7em; COLOR: #990033; PADDING-TOP: 5px; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #EEEEEE
}

.NavigationCell A {
	color: black;
	text-decoration: none;
}

.NewsletterNavigationCell A {
	color: #CCCCCC;
	text-decoration: none;
}

TD.NavigationCell, TD.NewsletterNavigationCell, TD.FooterCell {
	font-family: Verdana;
	font-size: 8pt;
}

TD.MainContentCell, TD.FooterCell {
	font-family: Verdana;
	font-size: 8pt;
	padding: 2px;
	padding-left: 5px;
}
.NavigationCell A {
	color: #CCCCCC;
	text-decoration: none;
}
.NavigationCell {
	
	background-color: #AE171A;
	border-bottom: black 1px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
	
	padding: 10px;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 5px;
	
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
}

.NewsletterNavigationCell {
	background-color: #AE171A;
	border-bottom: black 0px solid;
	border-right: black 0px solid;
	border-left: black 0px solid;
	
	padding: 10px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 5px;
	
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
}


.NavigationNonLinkCell {
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	padding: 5px;
	font-size: 8pt;
}

.NavigationCellHeading {
	filter: alpha(opacity=90, style=0);
	background-color: #013974;
	
	
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	padding: 2px;
	padding-top: 2px;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 10pt;
	color:white;
}

.PullQuote {
	filter: alpha(opacity=60, style=0);
	background-color: white;
	
	font-family: Verdana;
	font-size: 8pt;
	
	padding: 2px;
}

.FooterCell {
	padding-left: 2px;
}
.SidePageCell {
	
	filter: alpha(opacity=60, style=0);
	background-color: white;
	border: black 1px solid;	
	font-family: Verdana;
	font-size: 9pt;
	padding: 2px;
}


.ModulesError
{
	border: 1px red solid;
	color: red;
	font-weight: bolder;
	margin: 20px 0px 20px 0px;
	padding: 5px;
}

.ModulesSuccess
{
	border: 1px green solid;
	color: green;
	font-weight: bolder;
	margin: 20px 0px 20px 0px;
	padding: 5px;
}
	
/* </Site Engine> */

/* <MessageBoard - NEW> */

table.ModulesMessageBoardList
{
	width: 100%;
	border: solid 1px black;
	border-collapse: collapse;
}

table.ModulesMessageBoardList th
{
	font-weight: bold;
	text-align: center;
	border: solid 1px black;
	padding: 5px;
	
	background-color: #ddd;
	
	font-size: 9pt;
}

table.ModulesMessageBoardList td
{
	border: solid 1px black;
	padding: 5px;
}

/* </MessageBoard - NEW> */



/* <MessageBoard> */

.ModulesMessageBoardLocator
{
	font-size: 8pt;
	background-color: #DDDDDD;
	padding: 5px;
	margin: 5px 0px 10px 0px;
	
	border: 1px white outset;
}

.ModulesMessageBoardNewTopicLink
{
	margin-left: 20px;
	font-weight: bold
}

.ModulesMessageBoardPageLocator
{
	text-align: right;
	font-size: 8pt;
	background-color: #003366;
	padding: 5px;
	margin: 5px 0px 10px 0px;
	color: White;
	
}	

.ModulesMessageBoardPageLocator A, .ModulesMessageBoardPageLocator A:visited
{
	color: White;
	
}	

.ModulesMessageBoardCurrentPage
{
	font-weight: bold;
}

.ModulesMessageBoardCategoryList
{
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #EEBB59
	
}

.ModulesMessageBoardCategoryInList
{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	
	border: 1px solid #EEBB59;
	border-bottom: none;
}

.ModulesMessageBoardTopicList
{
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #EEBB59

}

.ModulesMessageBoardTopicInList
{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	
	border: 1px solid #EEBB59;
	border-bottom: none;
	
	font-weight: bold
}

.ModulesMessageBoardTopicDetailsBox
{
	border: solid 1px #EEBB59;
	padding: 0px;
	margin-bottom: 15px;
		
}

.ModulesMessageBoardTopicContent
{
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

.ModulesMessageBoardTopicHeader A
{
	color: white;
}

.ModulesMessageBoardTopicHeader A:hover
{
	color: white;
}

.ModulesMessageBoardTopicHeader
{
	background-color: #EEBB59;
	color: black;
	padding: 5px;
	font-weight: bolder;
}

.ModulesMessageBoardTopicFooter
{
	border-top: solid 1px #FFCC99;
	font-style: italic;
	padding: 5px;
}
/* </MessageBoard> */

/* <Search> */

.SearchResult
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.SearchResult .URL
{
}

.SearchResult .Text
{
}

.SearchResult .Information
{
	color: green;
}

/* </Search> */

/* <EMagazine> */
BODY, TD
{
    FONT-FAMILY: Verdana, serif;
    font-size: 9pt;
}
.articleHeading
{
    FONT-WEIGHT: bolder;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    color: #333333;
    text-decoration: none;
}
A:Hover.articleHeading 
{
	color: #B27A0D;
}
.issueHeading
{
    COLOR: #003366;
    font-family: Verdana;
    font-weight: bolder;
    font-size: 18pt;
    padding: 1px;
}
.navigation
{
	padding: 2px;
	padding-left:3px;
    background-color:#dfdfdf;    
}
.category
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bolder;
    background-color: #B27A0D;
    color: #ffffff;
    padding: 5px;
}
.categoryHeading
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bolder;
    background-color: #B27A0D;
    color: white;
    padding: 5px;
}
.surveyHeading
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bolder;
    background-color: #B27A0D;
    color: white;
    padding: 5px;    
}

.smalltext
{
	font-family: Verdana;
	font-size: 8pt;
}

.pushbutton {
	border: solid 1px black;
	font-size: 8pt;
	font-family: Verdana, Tahoma;
}

.ReadMore
{
	font-size: 9pt;
	color: saddlebrown;
	font-family: Verdana, Tahoma;
}
A:hover.ReadMore
{
	color: blue;
}

.issueVolume
{
	width: 640px;
	font-family: Verdana;
	border-top: 1px solid brown;
	border-bottom: 1px solid brown;
	padding-bottom: 1px;
	font-size: 10px;
	font-weight: bold;
}

.noborder
{
	border: none;
}

/* </EMagazine> */

/* <EMagazine Article> */
.ArticleOptionLink
{
	margin-top: -2px;
	font-size: 8pt;
	margin-left: 5px;
	font-family: Verdana, Sans-Serif;
}	

.ArticleAuthors
{
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
}
/* </EMagazine Article> */


/* <EShop> */

.ModulesEshopCategoryInGrid
{
}

.ModulesEshopCategoryTitle
{
}

.ModulesEshopProductInGrid
{
}

.ModulesEshopProductTitle
{
}

.ModulesEshopProductPrice
{
	font-size: 10pt;
	font-weight: bold;
}

.ModulesEshopProductSalePrice
{
	font-size: 10pt;
	color: Red;
	font-weight: bold;
}

/* </EShop> */