html {
	margin: 0;
	padding: 0;
}




body {
	margin: 0;
	padding: 0;
	background-color: #b70000;
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	text-decoration: none;
    	color: #313131;
	line-height: 11pt;
	font-size: 11px;
}

input {
width: 200px;
backgounf: #eeeeee;
border-style: solid;
border-width: 1px;
border-color: black;

}

textarea {
width: 200px;
backgounf: #eeeeee;
border-style: solid;
border-width: 1px;
border-color: black;

}

button {
width: 100px;
backgounf: #eeeeee;
border-style: solid;
border-width: 1px;
border-color: black;

}


#position {
	border-color:#bfbfbf;
	border-style:solid;
	border-width:0px;
	position: absolute;
	left: 50%;
	width: 798px;
	margin: 0px 0 10px -399px;
	padding: 0;
	/* background-color:yellow; */
}



/* HEADER AREA including NAVIGATION */

#logo {
	background-image:url(../img/design/cat_logo.gif);
	background-repeat:no-repeat;
	position: absolute;
	left: 50%;
	width: 90px;
	margin: 0px 0 10px 405px;
	padding: 0;
	height: 110px;
}



#tuev {
	background-image:url(../img/design/tuev.gif);
	background-repeat:no-repeat;
	margin-left: 815px;
	margin-top:-75px;
	width: 80px;
	height: 80px;
}

#header {
	background-image:url(../img/design/bg_header.gif);
	height: 66px;
	margin: 0;
	padding: 0;
}

#mainNavi {
	background-color: #fff;
	padding: 8px 0 0 25px;
	margin: 0;
}

.mainmen {
	list-style-type: none;
	height: 24px;
	margin: 0;
	padding: 0;
}

.mainmenli {
	float: left;
	margin: 0 25px 0 0;
	font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    color: #b70000;
    padding: 0;

}



a.mainNaviLink 					{ color: #b70000; text-decoration: none; }
a.mainNaviLink:visited 			{ color: #b70000; text-decoration: none; }
a.mainNaviLink:hover 			{ color: #000000; text-decoration: none; }
a.mainNaviLink:hover:visited	{ color: #b70000; text-decoration: none; }

a.subNaviLink			{ text-decoration:none; color:#000000; font-size: 11px; }
a.subNaviLink:visited 	{ text-decoration:none; color:#000000; font-size: 11px; }
a.subNaviLink:hover 	{ text-decoration:none; color:#BF0000; font-size: 11px; }
a.subNaviLink:active 	{ text-decoration:none; color:#000000; font-size: 11px; }

.subMenue {
	display:none;
	height: 130px;
	background-color: #fff;
}

.subMenue ul{
	list-style-type: none;
	height: 24px;
	margin: 0;
	padding: 0;

}

.subMenue li {
	margin: 0 25px 0 0;
	font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    color: #b70000;
    padding: 0;
	width: 180px;

}

.subMenueItem {
	border-bottom: 1px solid #CBCBCB;
	padding: 0;
	margin: 0;
}

/* CONTENT AREA*/

#cntBox {
	background-color: #E3E3E3;
	margin: 3px 0 0 0;
	padding: 0;
}

#cntSpacer {
	padding: 0;
	margin: 0 0 0 -1px;
	width: 1px;
	height: 400px;
}


#cnt {
	padding: 0;
	margin: 0 25px 40px 85px;
	min-height: 450px;
}

#cnt ul li{
	margin-left:20px;
}

#cntFooter {
	background-color: #fff;
	height: 25px;
	margin: 0;
	padding: 11px 10px 0 25px;
	text-align: right;

}

#cntFooterEnd {
	background-color: #E3E3E3;
	height: 5px;
	margin: 0;
	padding: 0;

}

/* OTHER */

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #B70000;
	margin: 0 0 20px 0;
	padding: 60px 0 0 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #B70000;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0;
}

.img {
	border-width: 0;
}

p.introText{
	margin-bottom:20px;
}

p.notice{
	font-weight:bold;
	font-style:italic;
	font-size:120%;
}

div.download{
	text-align:right;
}