BODY {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #635FAA;
}

DIV, IMG {
	behavior: url(/portals/_default/iepngfix.htc);
}

.highlightButton
{
	width: 170px;
	height: 76px;
	margin: 5px;
}

.highlightButtonSmall
{
	width: 125px;
	height: 56px;
	margin: 2px;
}

.highlightButtonSmall2
{
	width: 120px;
	height: 53px;
	margin: 2px;
}

.central
{
	width: 760px;
	background-color: white;
	background-image: url(bg_default.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

A {
  color: #003366;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
A:hover {
  color: #003366;
	text-decoration: underline;
}

.whitetext {text-align:justify}
.whitetext a:link,.whitetext a:visited {color: #FFFFFF;text-decoration:none}
.whitetext a:hover,.whitetext a:active {color: #CCDDEE;text-decoration:none}


.table6 {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
.table6 td {
	color: #333333;
	margin: 0;
	padding:5 5 5 5;
}
.table6 th {
	background-color: #efefef;
	text-align:left;
	height: 25px;
	padding: 5 5 5 5;
}

.brochureThumb {
	border: 1px solid #CCCCCC;
}

H1, .head {
  FONT-FAMILY: Segoe Print, Trebuchet MS, Arial, Helvetica, sans-serif;
	FONT-SIZE: 18pt;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	line-height: 23pt;
	color: #727198;
}
H2, H2 .head {
  FONT-FAMILY: Segoe Print, Trebuchet MS, Arial, Helvetica, sans-serif;
	FONT-SIZE: 14pt;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	line-height: 17pt;
	color: #707ad3;
}
H3 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11pt;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	color: #4a004f;
}
H4 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	FONT-STYLE: normal;
	FONT-WEIGHT:bold;
	color: #4a004f;
}
H5 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	FONT-STYLE: normal;
	FONT-WEIGHT:normal;
	color: #4a004f;
}
H6 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	FONT-STYLE: normal;
	FONT-WEIGHT:bold;
	margin: 0px;
	padding: 0px;
}

hr {
	border: 4px dotted #0066FF;
}


/* Main Menu */
.MainMenu_MenuContainer {
	background-color: #262371;
	text-align:center;
	width:760px;

}
.MainMenu_MenuBar {
background-color: #262371;
	text-align:center;

}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF;
	background-color: #262371;
	font-family: Arial; 
	font-weight: bold; 
	font-style: normal;
	border:none;
	height: 30px;
}
.MainMenu_MenuIcon {
display:none
	
}

.MainMenu_SubMenu {
	height: 22px;
	filter:none


}
.MainMenu_MenuBreak {

}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial; 
	font-weight:bold; 
	font-style: normal;
	background-color: #635FAA;
	border:none;
	height:30px

}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border:none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: red;
}

.SkinObject {
    font-weight: bold;
    font-size: 100%;
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}


.menucontrol
{
	display: block;
}
.menunoderoot
{
	display: block;
	float: left;
	color: white;
	padding: 8px;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menucontainersub
{
	z-index:2;
}
.menucontainersub TD
{
	color: white;
	padding: 5px;
  background-color: #262371;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menuicon
{
	display: none;
}
.menunodehover
{
	background-color: #635FAA;
}
.menunodehover TD
{
	background-color: #635FAA;
}
