/* CTPortal Styles */
html, body
{
	color: black;
}

Fieldset
{
	font-size: 0.7em;
	margin-left: 10px;
	width: 20em;
	color: #11568c;
	margin-right: 10px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: white;
}

Fieldset a:link
{
	color: #11568c;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

Fieldset a:visited
{
	color: #51265a;
	text-decoration: underline;
}

Fieldset a:hover
{
	color: #9d102d;
}

Fieldset a:active
{
	color: #9d102d;
}

Legend
{
	color: #11568c;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: white;	
}

/* Override Styles */

/* *********************************************** */
/*  Portal Header Specific Settings                */
/* *********************************************** */

.iC_SkinHeaderTable
{
	background: url(header_bg1.jpg) no-repeat bottom right;
}

.iC_CTHeader {
/*	text-align: center; */
/*	border-top: .2em solid #000090;*/
/*	border-bottom: .2em solid #000090;*/
	background: url(CT-Header-Logo-1.jpg) no-repeat bottom left;
	height: 100px;
	padding-bottom: 3px;

}

.iC_CTHeaderText {
	color: #000090;  /* Blue */
	font-size: 2.0em;
	text-align: center;
	font-family: verdana;
	font-variant: small-caps;
	font-weight: bold;
}
.iC_CTHeaderMotto {
	color: #b32231;  /* Red */
	font-size: 1.7em;
	font-family: georgia;
	font-style: italic;
	font-variant: normal;
}

/* *********************************************** */
/*  Portal Public Specific Settings                */
/* *********************************************** */
.CTPortal_ForceUpperCase
{
	text-transform: uppercase;
}

.CTPortal_ForceLowerCase
{
	text-transform: lowercase;
}

.CTPortal_TitleBar
{
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: #11568c;
	/*text-decoration: underline;*/
}
.CTPortal_Welcome
{
	background: url(Welcome.jpg) no-repeat bottom center;
	height: 150px;
}
.CTPortal_PublicText   
{
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-size: 12px;
	margin: 4px 2px;
	color: black;
	font-family: Verdana, Arial, helvetica, sans-serif;
}

.CTPortal_PublicTable 
{
	border-style: solid;
	border-color: #11568c;
	border-collapse: collapse;
	border-top: #11568c 1px solid;
	border-right: #11568c 1px solid;
	border-bottom: #11568c 1px solid;
	border-left: #11568c 1px solid;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-size: 12px;
	margin: 1px;
	color: black;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
}

.CTPortal_PublicContainer
{
	font-size: 12px;
	margin: 0px;
	color: black;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: #ebebeb;
}


.CTPortal_PublicContainer a:link
{
	color: #11568c;
	text-decoration: underline;	
}

.CTPortal_PublicContainer a:visited
{
	color: #51265a;
	text-decoration: underline;	
}

.CTPortal_PublicContainer a:hover
{
	color: #9d102d;
}

.CTPortal_PublicContainer a:active
{
	color: #9d102d;
}
.CTPortal_PublicContainer td.border-top-right
{
	background-image: url(top-right-transparent.png);
	color: inherit;
	background-color: #11568c; /* EDS Dark Blue */
	background-position: right top;
	background-repeat: no-repeat;
}

.CTPortal_PublicContainer td.border-top-left
{
	background-image: url(top-left-transparent.png);
	color: inherit;
	background-color: #11568c; /* EDS Dark Blue */
	background-position: left top;
	background-repeat: no-repeat;
}

.CTPortal_PublicContainer td.border-top-middle
{
	color: white;
	background-color: #11568c; /* EDS Dark Blue */
	width: 95%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

.CTPortal_PublicSubContainer
{
	font-size: 12px;
	margin: 0px;
	vertical-align: top;
	color: black;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: #c0c0c0;
}

.CTPortal_SiteMapGroupHeader 
{
	font-size: 120%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

.CTPortal_PublicTableCell
{
	border-right: #11568c 1px solid;
	border-top: #11568c 1px solid;
	font-size: 12px;
	border-left: #11568c 1px solid;
	border-bottom: #11568c 1px solid;
	font-family: Verdana, Arial, helvetica, sans-serif;
	border-collapse: collapse;
	/* background-color: #e0ddd5; */
}

.CTPortal_Footer
{
	color: inherit;
	background-color: #e0ddd5; /* EDS Medium Tan */
	line-height: 1;
	float: left;
	width: 100%;
	border-top: 1px solid #c1bbab; /* EDS Dark Tan */
	border-bottom: 1px solid #c1bbab; /* EDS Dark Tan */
}

a.iC_StyleButton_Public, 
a.iC_StyleButton_Public:visited, 
a.iC_StyleButton_Public:link
{
	background-color: #3376E8;
	border-bottom: 2px solid #245DBC;
	border-left: 2px solid #7CB6FE;
	border-right: 2px solid #245DBC;
	border-top: 2px solid #6CA7F3;
	color: #FFFFFF;
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 58%;
	font-weight: bold;
	margin: 1px;
	padding: 2px 3px 2px 3px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

a.iC_StyleButton_Public_Default, a.iC_StyleButton_Public_Default:visited, a.iC_StyleButton_Public_Default:link
{
	border-right: #000099 2px solid;
	padding-right: 3px;
	border-top: #000099 2px solid;
	display: block;
	padding-left: 3px;
	font-weight: bolder;
	font-size: 58%;
	padding-bottom: 2px;
	margin: 1px;
	border-left: #000099 2px solid;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: #000099 2px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	white-space: nowrap;
	background-color: #3376e8;
	text-align: center;
	text-decoration: none;
}

/* Change this for a MouseOver effect on buttons */
a.iC_StyleButton_Public:hover, 
a.iC_StyleButton_Public_Default:hover
{
	color: #FFFFFF;
	background-color: #3376E8;
	text-decoration: none;
}

a.iC_StyleButton_Public:active, 
a.iC_StyleButton_Public_Default:active
{
	background-color: #8B0000;
	border-bottom: 2px solid #B00000;
	border-left: 2px solid #700000;
	border-right: 2px solid #BE0000;
	border-top: 2px solid #700000;
	color: #FFFFFF;
}


#dnn_ContentPane
{
    width: 97%;
    margin: 0 auto;
}

.MainMenuNav
{
/*    background: url(med-header-green.gif) #54d3a5 repeat-x top; */
}

.SubSystemMenuNav
{
/*    background: url(med-header-blue.gif) #0e79fe repeat-x bottom; */
    border-bottom: 1px solid #666;
}

/* Print Styles */
#iC_PrintHeader
{
    visibility: hidden;
    display:none;
}

@media print {

    #iC_PrintHeader
    {
        visibility: visible;
        display:block;
    }

}

/* Data Panel */

.iC_DataPanelContainer
{
	width: 100%;
	/*background-color: black;*/
	font-family: veranda;
}

.iC_DataPanelContainer td.border-top-right
{
	background-image: url(top-right-transparent.png); 
	color: inherit;
	background-color: #11568c; /* EDS Dark Blue */
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: top;
}

.iC_DataPanelContainer td.border-top-left
{
	background-image: url(top-left-transparent.png);
	color: White;
	background-color: #11568c; /* EDS Dark Blue */
	background-position: left top;
	background-repeat: no-repeat;
}

.iC_DataPanelContainer td.border-top-middle
{
	color: white;
	/*background: url(ct_panel_title_bgcolor.jpg);*/
	width: 95%;
	font-family: veranda, arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

.iC_TitleBarText h1
{
	display: inline;
	font-weight: bold;
	font-size: 90%;
	color: white;
	font-style: normal;
	font-family: veranda;
	height: auto;
	text-align: left;
}

td.border-top-help
{
	vertical-align: middle;
	color: inherit;
	cursor: pointer;
}

td.border-top-chevronDown
{
	cursor: pointer;
	vertical-align: top;
	color: inherit;
}

td.border-top-chevronUp
{
	cursor: pointer;
	vertical-align: top;
	color: inherit;
}

.iC_EditItem
{
	color: black;
	background-color: #f5f5f5;
	font-family: verdana;
}

.iC_DataPanel
{
	background-color: #f5f5f5;
}

.iC_DataPanel .iC_ColumnHeader
{
	cursor: auto;
	padding: 10px 0px 10px 10px;
	color: black;
	background-color: #f5f5f5;
	font-style: normal;
	font-family: verdana;
	font-weight: normal;
}

.iC_DataPanel .iC_Label,
.iC_DataPanel .iC_LabelRight,
.iC_DataPanel .iC_LabelNoHelp,
.iC_DataPanel .iC_LabelNoHelpRight,
.iC_EmptyLabel
{
	text-align: right;
	color: inherit;
	background-color: #f5f5f5;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 90%;
	font-style: normal;
	font-family: verdana;
	font-weight: normal;
	vertical-align: middle;
}

.iC_DataPanel .iC_LabelLeft,
.iC_DataPanel .iC_LabelNoHelpLeft
{
	text-align: left;
	color: inherit;
	background-color: #f5f5f5;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 72%;
	font-style: normal;
	font-family: verdana;
	font-weight: normal;
}

.iC_DataPanel .iC_LabelCenter,
.iC_DataPanel .iC_LabelNoHelpCenter
{
	text-align: center;
	color: inherit;
	background-color: #f5f5f5;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 72%;
	font-style: normal;
	font-family: verdana;
	font-weight: normal;
}

.iC_DataPanel .iC_InlineLabelCenter
{
	text-align: center;
	color: inherit;
	background-color: #f5f5f5;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 72%;
	font-style: normal;
	font-family: verdana;
	font-weight: normal;
}

.iC_DataPanel .BottomLeft
{
	text-align: right;
	color: inherit;
/*	background-color: #e3e3e3;*/
	background-color: #f5f5f5;
	background-image: url(bottom-left-transparent.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.iC_DataPanel .BottomMiddle
{
/*	background-color: #e3e3e3;*/
	background-color: #f5f5f5;
}

.iC_DataPanel .BottomRight
{
	background-position: right bottom;
/*	background-color: #e3e3e3;*/
	background-color: #f5f5f5;
	background-image: url(bottom-right-transparent.png);
	vertical-align: middle;
	background-repeat: no-repeat;
	text-align: right;
	height: 25px;
}

.iC_LabelModeText
{
	font-style: normal;
	font-family: verdana;
	font-weight: normal;
	color: black;
/*	background-color: #e3e3e3;*/
	background-color: #f5f5f5;
	border-width: 1px;
}

/* Data List */
.iC_DataListTitle td.Left,
.iC_DataListTitle th.Left
{
	background-color: #11568c; /* EDS Dark Blue */
}

.iC_DataListTitle td.Right,
.iC_DataListTitle th.Right
{
	background-image: url(top-right-transparent.png);
	color: inherit;
	background-color: #11568c; /* EDS Dark Blue */
	background-position: right top;
	background-repeat: no-repeat;
}

.iC_DataListTitle td.Middle,
.iC_DataListTitle th.Middle {
    font-size: 90%;
    font-style: normal;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    width: 100px;
    color: white;
    /*background-color: white;*/
    /*background: url(ct_panel_title_bgcolor.jpg) no-repeat;*/
    text-align: -webkit-center;
}

.iC_Datalist .iC_DataListTitle td,
.iC_Datalist .iC_DataListTitle th
{
	color: white;
	/*background: url(ct_panel_title_bgcolor.jpg) no-repeat;*/
	background-color: #11568c; /* EDS Dark Blue */
}

.RadioList
{
	font-size: 90%;
}

/* *********************************************** */
/* Defaults for the heading row on the data list   */
/* *********************************************** */
.iC_DataListHeader
{
	height: 100%;
}

.iC_DataListHeader td,
.iC_DataListHeader th
{
	font-weight: bold;
	font-size: 70%;
	color: black;
	background-color: #d8e5f2; /* EDS Light Blue */
	empty-cells: show;
	white-space: nowrap;
	vertical-align: bottom;
/*	text-align: left; */
	padding: 2px 6px;
}


/* New header formatting */
.iC_DataListHeader th a,
.iC_DataListHeader th a:visited
{
	width: 100%;
	height: 100%;
	display: block;
	color: black;
	background-color: #d8e5f2; /* EDS Light Blue */
/*	border-top: 1px solid #d8e5f2;*/ /* EDS Light Blue */
/*	border-bottom: 2px solid #d8e5f2;*/ /* EDS Light Blue */
	empty-cells: show;
}

.iC_DataListHeader th a img,
.iC_DataListHeader td a img
{
	border: none;
}

.iC_GroupHeaderBorder
{
	border: solid 2px black;
	padding: 3px 3px;
}
/* *********************************************** */
/* Defaults for the footer row on the data list    */
/* *********************************************** */
.iC_DataListFooter td
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 10px;
	color: inherit;
	background-color: #d8e5f2; /* EDS Light Blue */
}

.iC_DataListFooter td.Left
{
	background-image: url(bottom-left-transparent.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*border-left: white 2px solid;
	background-position: left bottom;
	background-image: url(bottom-left-transparent.png);
	background-repeat: no-repeat;*/
}

.iC_DataListFooter td.Right
{
	background-image: url(bottom-right-transparent.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* CO # 8222 - Hoskins: Remove Template columns from DataLists */
.iC_DataListCheckBox
{
	text-align: center;
}

/* *********************************************** */
/* Data list items                                 */
/* *********************************************** */
.iC_DataListItem
{
	color: black;
	background-color: #b1cbe5; /* EDS Medium Blue */
	cursor: pointer;
	width: 100%;
	font-size: 75%;
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

.iC_DataListItem td,
.iC_DataListItem th
{
	padding-left: 6px;
	padding-right: 6px;
}

.iC_DataListItem td.Right,
.iC_DataListItem th.Right
{
	width: 100%;
}

/* *********************************************** */
/*              StyleButton                        */
/* *********************************************** */

a.iC_StyleButton_Public_Default, a.iC_StyleButton_Public_Default:visited, a.iC_StyleButton_Public_Default:link
{
	border-right: #245dbc 2px solid;
	padding-right: 2px;
	border-top: #6ca7f3 2px solid;
	display: block;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 1px;
	border-left: #7cb6fe 2px solid;
	width: 7.5em;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: #245dbc 2px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	white-space: nowrap;
	background-color: #3376e8;
	text-align: center;
	font-size: 0.8em;
}

a.iC_StyleButton_Public_Default:active
{
	background-color: #8B0000;
	border-bottom: 2px solid #B00000;
	border-left: 2px solid #700000;
	border-right: 2px solid #BE0000;
	border-top: 2px solid #700000;
	color: #FFFFFF;
	width: 7.5em;
}


/** 
  Fieldset Quick Links 
**/
a.QuickLinks_Hilight, a.QuickLinks_Hilight:visited, a.QuickLinks_Hilight:link
{
	color: red;
	font-weight: bold;	
}

a.QuickLinks_Hilight2, a.QuickLinks_Hilight2:visited, a.QuickLinks_Hilight2:link
{
	color: green;
	font-weight: bold;	
}



/*********************************************** */
/*   Knowledge warehouse display   */
/*********************************************** */

.kwDivDisplayNugget acronym {border-bottom: dotted 1px red;}
acronym.noline {border-style: none;}
th {BACKGROUND-COLOR: #C0C0C0; FONT-WEIGHT: bold; TEXT-ALIGN: left;}

.pageListCurrent {color:red;font-size:medium;font-weight: bold;}
.pageListPrevious:visited {color:blue;font-size:small;font-weight: normal;}
.pageListPrevious:active {color:blue;font-size:small;font-weight: normal;}
.pageListPrevious:hover {color:blue;font-size:small;font-weight: normal;}
.pageListPrevious:link {color:blue;font-size:small;font-weight: normal;}
.pageList:active {color:black;text-decoration:underline;font-size:medium;font-weight: normal;}
.pageList:visited {color:black;text-decoration:underline;font-size:medium;font-weight: normal;}
.pageList:hover {color:black;text-decoration:underline;font-size:medium;font-weight: normal;}
.pageList:link {color:black;text-decoration:underline;font-size:medium;font-weight: normal;}

.pageListNext:visited {color:blue;font-size:small;font-weight: normal;}
.pageListNext:active {color:blue;font-size:small;font-weight: normal;}
.pageListNext:hover {color:blue;font-size:small;font-weight: normal;}
.pageListNext:link {color:blue;font-size:small;font-weight: normal;}

td.kwInformation {padding-bottom: 0.5em;}
.mainTable {margin-left: 1em; margin-right: 1em;}
.interestArea {width:90%;font-size:small;}
.programType {width: 90%;font-size:small;}
.serviceArea {width: 90%;font-size:small;}
.kwSearchInput {width:90%;}
.kwPrint {font-size:small; width:95%;}
.kwPagerCell {font-size:small;}

.kwSearchNuggetTitle {color:blue; font-size:medium;}
.kwSearchNuggetDescription {color:black; font-size:small;}
.kwSearchLinkMessage {color:#77c;font-size:small;}
.keywordResult:link {color:blue;text-decoration:none;font-size:small;font-weight: normal;}
.keywordResult:active {color:blue;text-decoration:none;font-size:small;font-weight: normal;}
.keywordResult:visited {color:blue;text-decoration:none;font-size:small;font-weight: normal;}
.keywordResult:hover {color:blue;text-decoration:none;font-size:small;font-weight: normal;}
.kwSearchParagraph  {margin-top: 1em; margin-bottom: 1em;font-size:medium;}
.kwSearchLinkHierarchyLI {padding:0em;font-size:small;margin-left: 1.0em;margin-bottom: 10px;font-weight: bold;}
.kwSearchLinkHierarchyUL {padding:0em;font-size:small;margin-left: 1.5em;}
.kwSearchNuggetLinks {font-size:small;}
.kwSearchLinkUL {padding:0; margin-left:0.2em;}
.kwSearchLinkDetail {padding:0;list-style-type:decimal;margin-left: 0.5em;font-weight:normal;font-size:small;}

.kwFieldset {padding: 0.2em; margin-left:5px;width:90%;font-size:small;}
.kwSelectOptionsRightSide {width:40%;background-color:#f0f0f0;vertical-align:top;}
.kwDivDisplayNugget {margin-left:20px;vertical-align:top;font-size:small;}
.kwTdPageLayout {vertical-align:top;background-color:#ffffff;border-right:inset 2px #696969;border-bottom:inset 2px #696969;}

ul.kwSectionChapterMenu { padding: 0; margin-left: 1em; font-size: small; }
ul.kwSectionChapterMenu a {text-decoration:none;color:#000000;}
ul.open { padding: 0; margin-left: 0.5em; list-style-type: none;}
ul.closed { padding: 0; display:none; margin-left:0.5em; list-style-type: none;}
li.open { padding: 0;margin-left:0.5em; list-style-type: none;}
li.closed { padding: 0; margin-left:0.5em; list-style-type: none;}
.noImage { margin-left: 1.7em;list-style-type:disc;list-style-image:none;}
li.noImage a {text-decoration:underline;color:#0000ff; }
li.noImage a:hover {text-decoration:underline;color:red;background-color: #eaf2b0;}
li.nuggetSelected {margin-left: 1.7em;list-style-type:disc;list-style-image:none;text-decoration:underline; color: #000000; font-weight:bold; background-color: #eaf2b0; }
li.nuggetSelected a:hover {text-decoration:underline; color:red; background-color: #eaf2b0; }
.kwMainDisplayTable {background-color: #f0f0f0;width: 100%;height: 100%;}
.kwNuggetFields {width:90%;}
h1 {font-family: verdana, arial, helvetica, sans-serif; font-size: large; margin-left: 0px; line-height : 135%; color: navy; }
h2 {font-family: verdana, arial, helvetica, sans-serif; margin-left: 0px; font-size: small; color: #69c; }
h3 { font-family: verdana, arial, helvetica, sans-serif; margin-left: 0px; font-size: x-small; color: #69c; font-style:italic}
.width50Percent {width:50%;}
.widthRightPad {width: 95%;}
.width30Percent {width: 30%;}
.width60Percent {width: 60%;}
.width40Percent {width: 40%;}
.width70Percent {width: 70%;}
.widthFullSize {width: 100%;}
.vertialAlignTop {vertical-align: top;}
.marginLeftPad {margin-left: 20px;}
.portalHeading {font-family: verdana, arial, helvetica, sans-serif;font-size: medium;font-weight: bold;color: #003399;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #cccccc;}
.defaultFont {font-size:small;font-family:Verdana;}
.cursorHand {cursor:hand;}
.cursorDefault {cursor: default;}
.underLineHeading{ border-bottom: solid 0.03em #c0c0c0; margin-bottom: 5px; margin-left: 5px; color: black; font-weight: bold; font-size: small; padding-left: 2px;} 
.kwField {font-size: small; font-family:Verdana, Arial,helvetica, Sans-Serif;font-weight:normal;}
.kwLabel { text-align:right; padding-left:2px;font-size: small; font-family:Verdana, Arial,helvetica, Sans-Serif;font-weight:normal;}
.kwSubscriptionRight { text-align:right; width: 100px;}
.registerEmailAddress {width:90%;font-size: small; font-family:Verdana, Arial,helvetica, Sans-Serif;font-weight:normal;}
.registerEmailAddressConfirm {width:90%;font-size: small; font-family:Verdana, Arial,helvetica, Sans-Serif;font-weight:normal;}
.existingEmailAddress {width:90%;font-size: small; font-family:Verdana, Arial,helvetica, Sans-Serif;font-weight:normal;}
.unsubscribeEmailAddress {width:90%;font-size: small; font-family:Verdana, Arial,helvetica, Sans-Serif;font-weight:normal;}

.kwStartMenu { margin-left: 0px; padding:0; font-size: small; font-weight: normal;}
ul.kwHideData {display: none; padding: 0;}
ul.kwShowData { display:block; margin-left: 16px; padding: 0; font-size: small; font-weight: normal;}
.kwOpenList { list-style-image:url('altmenu_minus.gif');}
.kwCloseList { list-style-image:url('altmenu_plus.gif');}
.kwUserType {padding:0; font-weight:bold; font-family:Verdana,Arial,Helvetica;font-size: small; font-weight: bold; padding-left:20px}
ul.kwProgram {padding:0;font-family:Verdana,Arial,Helvetica; margin-left: 0px; font-size: small;font-weight: normal;}
li.kwProgram {padding:0;font-family:Verdana,Arial,Helvetica; margin-left: 20px; font-size: small; font-weight: bold;}
.kwNoSubItems {font-family:Verdana,Arial,Helvetica;list-style-type: disc;list-style-image:none; font-size: small; font-weight: normal; padding:0; cursor: default;}
.kwServiceArea { margin-left: 0px; font-size: x-small; font-weight: normal;}
li.kwShowBullet {list-style-type: disc;list-style-image:none;font-size: small;font-weight: normal; padding: 0;}
.kwNoBullet {list-style-type: none;list-style-image:none;font-size: small;font-weight: normal; padding: 0;}
.kwSubejct {width:98%;font-size: small; font-family:Verdana, Arial,helvetica, Sans-Serif;font-weight:normal;}
.kwMessageText {width:98%;font-size: small; font-family:Verdana, Arial,helvetica, Sans-Serif;font-weight:normal;}
.kwTestEmailMessage {width:98%;font-size: small; font-family:Verdana, Arial,helvetica, Sans-Serif;font-weight:normal;}
.certBeforeYouBeginH2 {padding:0;margin-bottom: 0.3em;margin-top: 0.3em;margin-left: 1em;font-size:medium;font-weight:bold;}
.certBeforeYouBeginUL {padding:0;margin-top: 0.3em;margin-left: 1em;font-size: small;font-family:Verdana, Arial; font-weight:normal;list-style-type:disc;}
.certBeforeYouBeginLI {padding:0;margin-left: 2em;font-size: small;font-family:Verdana, Arial; font-weight:normal;}
Label {font-size: small;font-family:Verdana, Arial; font-weight:normal;}
.certSummaryH1 {padding:0;margin-bottom: 0.3em;margin-top: 0.3em;margin-left: 0.3em;font-size:medium;font-weight:bold;}
.certSummaryH2 {padding:0;margin-bottom: 0.3em;margin-top: 0.3em;margin-left: 0.3em;font-size:medium;font-weight:bold;}
.certSummaryUL {padding:0;margin-top: 0.3em;margin-left: 0.3em;font-size: small;font-family:Verdana, Arial; font-weight:normal;list-style-type:disc;}
.certSummaryLI {padding:0;margin-left: 1.3em;font-size: small;font-family:Verdana, Arial; font-weight:normal;}