/*------------------------------*/
/*			Basic				*/
/*------------------------------*/
body, tr, td, th, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

a			{color: #0066CC; font-weight: bold;}
a:hover 	{color: #003399;}
/* a:visited	{color: #666666;} */
a:active	{color: #003399;}

input, select, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

hr {
	color:#CCCCCC;
	height:1px;
}

/*------------------------------*/
/*			Layout				*/
/*------------------------------*/
.zero {
	background-color: #FFFFFF;
}

.one {
	background-color: #6699CC;
}
.two {
	background-color: #CCCCCC;
}
.three {
	background-color: #999999;
}

/*------------------------------*/
/*			Content				*/
/*------------------------------*/
.title {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	text-align: center;
	color: #585858;
}

.headline {
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #333333;
}

.attention {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #0066CC;
}

.under {
	text-decoration: underline;
}

.warning {
	font-weight: bold;
	color: #CC0000;
}

.note {
	width: 300px;
	margin: 25px 100px 25px 100px;
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC;
	background-color: #E9E9E9;
}

.noteWide {
	width: 400px;
	margin: 25px 50px 25px 50px;
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC;
	background-color: #E9E9E9;
}

.small {font-size: 8pt;}

li.faq {
	list-style-image: url(Images/bullet_arrowRight.gif);
	list-style-type: square;
	margin-bottom: 15px;
}

li.extended {
	margin-bottom: 15px;
}

/*------------------------------*/
/*			Demo				*/
/*------------------------------*/
.demoHeadline1 {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #6699CC;
}

.demoHeadline2 {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 16pt;
	color: #6699CC;
}

/*------------------------------*/
/*			Enroll				*/
/*------------------------------*/
.enrollPrice {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	width: 200px;
	margin: 10px 150px 10px 150px;
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC;
	background-color: #FFFFCC;
}

.enrollPackage {
	font-weight: bold;
	font-size: 12pt;
}

.enrollDiscount {
	font-weight: bold;
	font-size: 12pt;
	color: #CC0000;
}
/*------------------------------*/
/*			Menu				*/
/*------------------------------*/
#menu {
	width: 140px;
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
	font-size: 14px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	}

#menu ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}

#menu li {
	list-style-type: none;
	}

#menu li a {
	display: block;
	width: 100%;
	padding: 5px 5px 5px 0;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	}

#menu li a.demo {
	color: #000000;
	}

html>body #menu li a {
	width: auto;
	}

.NoDec {
	text-decoration: none;
}

