body {
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-family: Tahoma, "Tahoma CE", Arial, "Arial CE", Verdana;
	background: #ffffff;
}

a {
	text-decoration: underline;
	color: #003366;
}

a:visited, a:link {
	text-decoration: underline;
	color: #003366;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #003366;
}

h1 {
	display: none;
}

h2 {
	text-align: left;
	color: #c32081;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.1em;
	padding: 5px 0 3px 0;
	margin: 0;
	color: #233e99;
}

h4 {
	font-size: 1.2em;
	padding: 5px 0 3px 0;
	margin: 0;
}

h5 {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 3px 0;
}

p {
	padding-bottom: 10px;
	padding-top: 3px;
	margin: 0;
}

pre {
	border: 1px dashed #003366;
	padding: 4px;
	font-size: 1em;
	font-family: "Courier New", "Courier New CE";
	width: 700px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

#containerC {
	margin: 0 auto 0 auto;
	width: 980px;
}

#container {
	float: left;
	width: 980px;
	background: url(../images/bg-body.gif) repeat-y;
}

#topC {
	float: left;
	width: 980px;
	height: 99px;
	background: url(../images/top.gif) no-repeat;
}

#top {
	float: left;
	width: 980px;
}

#logoC {
	float: left;
	padding: 0 20px 0 10px;
}

#logoC a {
	display: block;
	text-decoration: none;
	width: 231px;
	height: 90px;
	margin: 5px;
}

#textTopC {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
}

#textTopC a {
	color: #2859a6;
	font-weight: bold;
}

#textTopC a:link, #textTopC a:visited  {
	color: #2859a6;
	text-decoration: none;
}

#textTopC a:hover, #textTopC a:focus, #textTopC a:active {
	color: #2859a6;
	text-decoration: underline;
}

#leftCollumnC {
	float: left;
	width: 227px;
}

#leftCollumn {
	float: left;
	width: 227px;
}

#leftCollumn ul.menu01 {
	text-align: center;
	list-style: none;
	margin: 3px 0 3px 0;
	padding: 0;
}

#leftCollumn li.menu01 {
	text-align: left;
	padding: 0;
	margin: 0;
}

#leftCollumn a.menu01 {
	color: #ffffff;
	text-decoration: underline;
	display: block;
	background: #ba006f;
	padding: 4px 0 4px 5px;
	font-weight: bold;
}

#leftCollumn a.menu01:link, #leftCollumn a.menu01:visited  {
	color: #ffffff;
	text-decoration: underline;
	background: #ba006f;
}

#leftCollumn a.menu01:hover, #leftCollumn a.menu01:focus, #leftCollumn a.menu01:active {
	color: #ffffff;
	text-decoration: none;
	background: #ba006f;
}

/* menu02 */

#leftCollumn ul.menu02 {
	text-align: center;
	list-style: square;
	margin: 3px 0 3px 0;
	padding: 0;
}

#leftCollumn li.menu02 {
	text-align: left;
	padding: 0;
	margin: 0 0 4px 2em;
	color: #ba006f;
}

#leftCollumn a.menu02 {
	color: #2859a6;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 0;
	font-weight: bold;
}

#leftCollumn a.menu02:link, #leftCollumn a.menu02:visited  {
	color: #2859a6;
	text-decoration: none;
}

#leftCollumn a.menu02:hover, #leftCollumn a.menu02:focus, #leftCollumn a.menu02:active {
	color: #2859a6;
	text-decoration: underline;
}


#contentC {
	float: left;
	padding: 3px 20px 10px 20px;
	background: #ffffff;
}

#content {
	width: 710px;
	float: left;
	background: #ffffff;
}

#footerC {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
}

#footer {
	float: left;
	width: 980px;
	height: 12px;
	background: #233e99;
}

img.borderImg {
	padding: 2px;
	border: 1px solid #003366;
	text-align: center;
	margin: 5px auto 5px auto;
	display: block;
}

ol.tutorial {
	list-style: lower-alpha;
}

ol.tutorial li {
	padding: 0 0 1em 0;
	border-bottom: 1px dashed #000000;
	margin: 0 0 1em 0;
}

ul.pink {
	margin-top: 0;
	margin-bottom: 0;
	list-style: square;
	color: #ba006f;
}

ul.pink li {
	color: #ba006f;
}

ul.pink li span {
	color: #000000;
}