* {
	font-family			: "Century Gothic", Arial, Helvetica, sans-serif;
}

body {
	margin				: 15px;
	background-color	: #ECEBED;
	color				: #111111;
}
table {
	padding				: 0;
	spacing				: 0;
	background-color	: #ffffff;
}

div,
td,
p {
	font-family			: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size			: 13px;
	line-height			: 18px;
	color				: #111111;
}

td {
	vertical-align		: top;
}

a img {
	border				: 0;
}

a,
a:link,
a:active,
a:visited {
	text-decoration		: none;
	color				: #002BB8;
}

a:hover {
	text-decoration		: none;
	color				: #f60;
}

ul {
	margin				: 5px;
	padding				: 5px;
	list-style			: none;
	list-style-type		: square;
}

li {
	line-height			: 18px;
	padding-left		: 5px;
	padding-top			: 0px;
	list-style-position	: inside;
}

h1 {
    /* font-family			: Arial, Verdana, Helvetica, sans-serif; */
	font-size			: 48px;
    font-weight         : bold;
	text-align			: center;
	margin-top			: 0px;
	margin-bottom		: 20px;
}
h1 em {
    font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 48px;
	font-style			: italic;
}
h2 {
    font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 20px;
    font-weight         : normal;
	text-align			: center;
	margin-top			: 0px;
	margin-bottom		: 5px;
}
h2 em {
    font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 20px;
	font-style			: italic;
}
h3 {
	font-size			: 16px;
	font-weight			: bold;
	color				: #008B00;
}

#Canvas {
	width				: 930px;
	margin				: 0 auto;
	text-align			: left;
}

#Logo {
	position			: relative;
	float				: left;
	padding				: 15px;
}

#MainContentOuter {
	position			: relative;
	float				: left;
	width				: 760px;
	margin				: 0;
	background-color	: #FFFFFF;
	padding				: 15px 0 15px 15px;
}

#RightContainerOuter {
	position			: relative;
	float				: left;
	width				: 135px;
	margin				: 10px 0 0 0;
	display				: inline;
	overflow			: auto;
	background-color	: #EEEEEE;
}
#RightContainerInner {
	padding				: 0 0 0 2px;
}

#Footer {
	width				: 900px;
	clear				: both;
	text-align			: center;
	font-size			: 10px;
}

/** general module table **/
table.moduletable {
	width				:100%;
	float				:left;
	clear				:left;
}

/** general module title **/
table.moduletable th {
	border				: 1px solid #000000;	
	color				:#FFFFFF;
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			:15px;
	line-height			:20px;
	background-color	:#484848;
	height				:25px;
	text-align			:left;
	padding-left		:15px;
	font-weight			:normal;
}

table.moduletable a {
	text-indent			: .3em;
}

/** generic menu item link **/
a.mainlevel:link,
a.mainlevel:visited,
a.mainlevel:active {
	color				: #000000;
	text-decoration		: none;
	font-size			: 11px;
	line-height			: 28px;
}

/** generic menu item link on mouseover **/
a.mainlevel:hover {
	background-color	: #ECEBED;
	color				: #000000!important;
	text-decoration		: none!important;
}

/** generic menu item **/
.mainlevel  {
	display				: block;
	font-family			: Arial, Helvetica, sans-serif !important;
	font-size			: 11px;
	padding-left		: 0px;
	font-weight			: normal;
	text-decoration		: none;
}

#FreeVersion {
	margin				: 10px;
	padding				: 5px;
	width				: 200px;
	text-align			: center;
	background			: #ffcc33;
	border			 	: 1px solid #cc0000;
}

.Small {
	font-size			: 10px;
}

#CanvasThin {
    text-align			: left;
	margin-left			: auto;
	margin-right		: auto;
	margin-top			: 20px;
	width				: 700px;
	border			 	: 1px solid #aaaaaa;
	padding-top			: 20px;
}

.FTE_Title {
	font-size			: 1.3em;
	font-style			: italic;
	font-weight			: bold;
	color				: #008B00;
}
.FTE_Title2 {
	font-style			: italic;
	font-weight			: bold;
	color				: #008B00;
}

#MySpaceBox {
	width				: 300px;
	margin				: 10px;
	padding				: 5px;
	text-align			: center;
	background			: #d3ef95;
	border			 	: 1px solid #cc0000;
}
