body
{
	margin: 0px;
	padding: 0;
	color: #000000;
	background-color: #F7F7F7; /* #fafad4; */
	font-family: Verdana;
	font-size: 12px;
	
}

img
{
-ms-interpolation-mode: bicubic;
}

br
{
	font-size: 10px;
}


A:link, A:hover, A:visited, A:active
{
	color: #284a87
	
}


/* BUTTON */


.Button, .HeaderButton
{
	text-align: left;
	background-color: Transparent;
	border-style: none;
	margin: 1px;
	padding: 2px;
	text-decoration: underline;
}
.Image
{
	margin-top: 5px;
	margin-left: 5px;
	border: solid 1px red;
}


/* MENU */

.Menu
{
	position: relative;
	top:-1px;
	font-weight: bold;
	font-size: 12px;
}

.MenuStaticMenuItemStyle
{
	line-height: 63px;
	width: 100px;
	margin-right: 5px;
	padding: 20px;
	text-align: center;
}

.MenuStaticMenuItemStyle A:link
{
	background-image: none;
	color: #000000;
	position: relative;
	top: -7px;
}

.MenuStaticMenuItemStyle A:visited
{
	background-image: none;
	color: #000000;
	position: relative;
	top: -7px;
}

.MenuStaticSelectedStyle
{
	background: url(Images/ButtonActive.gif) no-repeat center top;
	line-height: 63px;
	width: 100px;
	margin-right: 5px;
	padding: 20px;
	text-align: center;
}

.MenuStaticSelectedStyle A:link
{
	background-image: none;
	color: #ffffff;
	position: relative;
	top: -7px;
}

.MenuStaticSelectedStyle A:visited
{
	background-image: none;
	color: #ffffff;
	position: relative;
	top: -7px;
}

.MenuStaticHoverStyle
{
	background: url(Images/ButtonActive.gif) no-repeat center top;
	line-height: 63px;
	width: 100px;
	margin-right: 5px;
	padding: 20px;
	text-align: center;
}

.MenuStaticHoverStyle A:link
{
	background-image: none;
	color: #ffffff;
	position: relative;
	top: -7px;
}

.MenuStaticHoverStyle A:visited
{
	background-image: none;
	color: #ffffff;
	position: relative;
	top: -7px;
}



/* MENU QUICK */

.MenuQuick
{
	font-size: 10px;
}

.MenuQuickStaticMenuItemStyle
{
	background: url(Images/QuickInactive.gif) no-repeat top left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 28px;
	padding-left: 10px;
}

.MenuQuickStaticMenuItemStyle A:link
{
	background-image: none;
	color: #000000;
}

.MenuQuickStaticMenuItemStyle A:visited
{
	background-image: none;
	color: #000000;
}

.MenuQuickStaticHoverStyle
{
	background: url(Images/QuickActive.gif) no-repeat  top left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 28px;
	padding-left: 10px;
}

.MenuQuickStaticHoverStyle A:link
{
	background-image: none;
	color: #284a87;
}

.MenuQuickStaticHoverStyle A:visited
{
	background-image: none;
	color: #284a87;
}

.MenuQuickStaticSelectedStyle
{
	background: url(Images/QuickActive.gif) no-repeat  top left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 28px;
	padding-left: 10px;
}

.MenuQuickStaticSelectedStyle A:link
{
	background-image: none;
	color: #284a87;
}

.MenuQuickStaticSelectedStyle A:visited
{
	background-image: none;
	color: #284a87;
}



/* PARTS */

.Part
{
}

.PartTable
{
	width: 790px;
}

.PartRow
{
}

.PartCell
{
	padding: 0px;
	vertical-align: top;
}

.PartContentRow
{
}
.PartContentCell
{
}

.PartButtonRow
{
	background-color: #eeeeee;
	border-top: solid 1px #284a87;	
}
.PartButtonCell
{
	background-color: #eeeeee;
	border-top: solid 1px #284a87;	
}

.PartTitleRow
{
}
.PartTitleCell
{
}

.PartEditRow
{
	background-color: #eeeeee;
	border-top: solid 1px #284a87;	
}
.PartEditCell
{
	background-color: #eeeeee;
	border-top: solid 1px #284a87;	
}

/* PAGE */

.Page
{
}

.PageRow
{
}

.PageCell
{
	padding: 0px;
}

.PageTable
{
}

.PageContentRow
{
}

.PageContentCell
{
	padding: 0px;
}

.PageButtonRow
{
}

.PageButtonCell
{
}

/* ASP - HTML CONTROLS */

.Text
{
	margin: 2px;
}
P
{
	padding-top: 3px;
	padding-left: 5px;
}

.DropDownList
{
}

.CellGray
{
	border-top: solid 2px #284a87;
}

.Table
{
}

.SiteControlText
{
	font-weight: bold;
	font-size: 10px;
}


.Title1, H1
{
	font-weight: bold;
	font-size: 14px;
	color: #284a87;
}

.Title2, H2
{
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
}

.Title3, H3
{
	font-weight: bold;
	font-size: 12px;
	color: #284a87;
}

.Title4, H4
{
	font-style: italic;
	font-size: 12px;
}

.Remark
{
	color: #284a87;
	font-weight: bold;
}

/* END TEXT */

/* GRID */

.Grid
{
}

/* END GRID */

/* LAYOUT */

.Layout
{
	margin-top: 4px;
	width: 990px;	
}

.Header
{
	width: 990px;
	height: 108px;
}
.ImageHeader
{
}

.MiddleLeftTop
{
	vertical-align: top;
	width: 200px;
	font-size: 10pt;
}
.MiddleLeftBottom
{
	vertical-align: bottom;
	width: 200px;
}
.MiddleMiddle
{
	width: 790px;
	height: 370px;
}
.Footer
{
	width: 990px;
	height: 100px;
	font-size: 7pt;
	padding-top: 15px;
}

.Footer a, .FooterCell a:link, .Footer a:active, .Footer a:hover, .Footer a:visited
{
	color: Black;
	text-decoration: underline;	
}

/*.MiddleLeftTop a, .MiddleLeftTop a:link, .MiddleLeftTop a:active, .MiddleLeftTop a:hover, .MiddleLeftTop a:visited
{
	color: Black;
	text-decoration: underline;	
}*/


/* CONTROL PANEL */

.ControlPanel
{
	margin-top: 10px;
	width: 100%;
	background-color: #eeeeee;	
	border: solid 1px #284a87; 
}
.ControlPanelRow
{
}
.ControlPanelCell
{
	padding: 0px;	
}




/* FORM */

.Form_TableButtons
{
}
.Form_RowFormShield
{
}
.Form_CellFormShieldLabel
{
	width: 150px;
}
.Form_CellFormShield
{
}
.Form_FormShield
{
}
.Form_RowRemark
{
}
.Form_CellRemarkLabel
{
}
.Form_CellRemark
{
	font-weight: bold;
	color: #994400;
}
.Form_LabelRemark
{
}
.Form_RowButtons
{
}
.Form_CellButtonsLabel
{
}
.Form_CellButtons
{
}


