body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
td {
	font-size: 12px;
}
a:link {
	color: #1C52AC;
}
a:visited {
	color: #1C52AC;
}
a:hover {
	color: #CC0000;
}
form {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.headTitle {
	font-size: 24px;
	font-weight: bold;
}
a.headTitle:link {
	color: #000000;
	text-decoration: none;
}
a.headTitle:visited {
	color: #000000;
	text-decoration: none;
}
a.headTitle:hover {
	color: #000000;
	text-decoration: none;
}
#pageContent {
	width: 680px;
	margin: 0px auto;
	padding: 10px;
}
.paddedSmall {
	padding: 5px 10px 5px 10px;
	font-size: 10px;
}
.outsidePad {
	margin-top: 10px;
	margin-bottom: 10px;
}
.textTiny {
	font-size: 9px;
}
.textSmall {
	font-size: 10px;
}
.textMedium {
	font-size: 11px;
}
.textError {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.clear {
	clear: both;
}
#footer {
	width: 700px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}
.textFooter {
	font-size: 10px;
	color: #999999;
}
a.textFooter:link {
	color: #999999;
	text-decoration: none;
}
a.textFooter:visited {
	color: #999999;
	text-decoration: none;
}
a.textFooter:hover {
	color: #CC0000;
	text-decoration: underline;
}
#header_image {
	margin-right: auto;
	margin-left: auto;
	background-image:  url("images/header_bg.jpg");
	height: 100px;
	width: 700px;
	text-align: left;
}
.textHeader {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 30px 10px 0 20px;
	margin: 0;
}
.tableBorder {
	border: 1px solid #999999;
	border-collapse: collapse;
}
.boxSectionTitle {
	background-color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 3px;
}
.textBigBold {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.boxBlue {
	background-color: #E4EBFF;
	border: 1px solid #1C52AC;
	width: 225px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 2px 1px 1px;
}
#videoContainer {
	width: 640px;
	height: 530px;
	margin: 5px auto;
	background-color: #000000;
}
.boxPreviews {
	margin-left: 250px;
}
.boxPreviews p {
	font-size: 11px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.listTutorialTopic {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.listTutorialItem {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 2px;
}
.textFullWidth {
	padding: 4px;
	width: 700px;
	margin: 0 auto;
	border: 0;
}
.thirdBoxLeft {
	width: 232px;
	float: left;
	border-right: 1px solid #CCCCCC;
}
.thirdBoxRight {
	width: 232px;
	float: left;
}
