body {
	background : #FFFFFF;
	font-family : Arial, Tahoma, Helvetica, Sans-Serif;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
	color : #00217b;
	margin : 0px;
	margin-top : 30px;
	padding : 0px;
	border : 0px;
	}

img {
	display : inline;
	border : 0px;
	margin : 0px;
	padding : 0px;
	}

input, select, textarea, option {
	background : #fff;
	font-family : Helvetica, Arial, tahoma, Sans Serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
	margin : 0px;
	border : 0px;
	padding : 0px;
	border : 1px solid #7f8fbc;
	}

.sectionheader {
	float : right;
	border : 0px;
	margin : 0px;
	margin-top : 17px;
	margin-bottom : 17px;
	margin-right : 100px;
	}

.copytext {
	text-align : left;
	vertical-align : top;
	font-size : 14px;
	line-height : 1.2em;
	margin : 10px;
	padding : 0px;
	}

a.largelink {
	font-weight : bold;
	font-size : 14px;
	color : #00217b;
	text-decoration : none;
	}

a.largelink:visited {
	font-weight : bold;
	font-size : 14px;
	color : #00217b;
	text-decoration : none;
	}

a.largelink:hover {
	font-weight : bold;
	font-size : 14px;
	color : #7f8fbc;
	text-decoration : none;
	}

a.largelink:active {
	font-weight : bold;
	font-size : 14px;
	color : #7f8fbc;
	text-decoration : none;
	}

a.mediumlink {
	font-weight : bold;
	font-size : 12px;
	color : #00217b;
	text-decoration : none;
	}

a.mediumlink:visited {
	font-weight : bold;
	font-size : 12px;
	color : #00217b;
	text-decoration : none;
	}

a.mediumlink:hover {
	font-weight : bold;
	font-size : 12px;
	color : #7f8fbc;
	text-decoration : none;
	}

a.mediumlink:active {
	font-weight : bold;
	font-size : 12px;
	color : #7f8fbc;
	text-decoration : none;
	}

a.smalllink {
	font-weight : normal;
	font-size : 12px;
	color : #00217b;
	text-decoration : none;
	}

a.smalllink:visited {
	font-weight : normal;
	font-size : 12px;
	color : #00217b;
	text-decoration : none;
	}

a.smalllink:hover {
	font-weight : normal;
	font-size : 12px;
	color : #7f8fbc;
	text-decoration : none;
	}

a.smalllink:active {
	font-weight : normal;
	font-size : 12px;
	color : #7f8fbc;
	text-decoration : none;
	}

a.copylink {
	font-weight : normal;
	font-size : 14px;
	color : #00217b;
	text-decoration : none;
	}

a.copylink:visited {
	font-weight : normal;
	font-size : 14px;
	color : #00217b;
	text-decoration : none;
	}

a.copylink:hover {
	font-weight : normal;
	font-size : 14px;
	color : #7f8fbc;
	text-decoration : none;
	}

a.copylink:active {
	font-weight : normal;
	font-size : 14px;
	color : #7f8fbc;
	text-decoration : none;
	}

#global {
	width : 100%;
	height : 100%;
	text-align : center;
	vertical-align : middle;
	}

#loginbuttons {
	float : right;
	}

#loginbuttons td a {
	display : block;
	width : 150px;
	background : #00217b;
	font-family : Verdana, Arial, Tahoma, Sans-Serif;
	font-size : 12px;
	font-weight : normal;
	font-variant : small-caps;
	color : #fff;
	text-decoration : none;
	text-indent : 5px;
	line-height : 20px;
	vertical-align : middle;
	border : 0px;
	padding : 0px;
	margin : 5px;
	}

#loginbuttons td a:hover {
	display : block;
	width : 150px;
	background : #b9e700;
	font-family : Verdana, Arial, Tahoma, Sans-Serif;
	font-size : 12px;
	font-weight : normal;
	font-variant : small-caps;
	color : #fff;
	text-decoration : none;
	text-indent : 5px;
	line-height : 20px;
	vertical-align : middle;
	border : 0px;
	padding : 0px;
	margin : 5px;
	}

/* ------------------------------------------------ */
/*                                                  */
/*                  MENU CSS                        */
/*                                                  */
/* ------------------------------------------------ */

ul {
	width : 744px;
	background : #7f8fbc;
	font-family : Verdana, Arial, Tahoma, Sans-Serif;
	font-size : 14px;
	font-weight : normal;
	font-variant : small-caps;
	color : #fff;
	padding : 0px;
	margin : 0px;
	border : 0px;
	list-style-type : none;
	}

ul li {
	position : relative;
	}

li {
	float : left;
	position : relative;
	width : 124px;
	line-height : 20px;
	text-indent : 5px;
	border : 0px;
	padding : 0px;
	margin : 0px;
	}

ul li a {
	display : block;
	background : #7f8fbc;
	text-indent : 5px;
	border : 0px;
	padding : 0px;
	margin : 0px;
	color : #fff;
	text-decoration : none;
	}

ul li ul li a {
	display : block;
	background : #b9e700;
	text-indent : 5px;
	border : 0px;
	padding : 0px;
	margin : 0px;
	color : #fff;
	text-decoration : none;
	}

ul li a:hover {
	background : #00217b;
	color : #fff;
	}

ul li ul li a:hover {
	background : #d5ec78;
	color : #fff;
	}

li ul {
	display : none;
	position : absolute;
	width : 124px;
	top : 20px;
	left : 0px;
	border : 0px;
	padding : 0px;
	margin : 0px;
	}

li:hover ul {
	display : block;
	}

li.over ul {
	display : block;
	}

html ul li {
	float : left;
	height : 1%;
	}

html ul li a {
	height : 1%;
	}

li ul li a {
	width : 124px;
	text-indent : 5px;
	line-height : 20px;
	padding : 0px;
	border : 0px;
	}