body {
  	background-color: #FFFFFF; 
	margin: auto; 
	padding: 0px; 
	font-size: 11px;
	font-family: Arial;
	line-height: 15px;
	color: #5e5e5e;
	width: 754px;
	text-align: justify;
}

a {
  	color: #CC0000;
  	text-decoration: none;
}

a:hover {
  	color: #CC0000;
  	text-decoration: underline;
}

.frame_top a {
  	color: #5e5e5e;
  	text-decoration: none;
}

.frame_top a:hover {
  	color: #5e5e5e;
  	text-decoration: underline;
}

.frame_top {
  	display: block;
  	float: left;
  	width: 754px;
  	height: 74px;
  	margin-top: 10px;
}

.frame_top .left {
	display: block;
	float: left;
	width: 300px;
}

.frame_top .right {
	display: block;
	float: left;
	width: 454px;
	text-align: right;
	padding-top: 50px;
}

.frame_flash {
  	display: block;
  	float: left;
  	width: 754px;
  	height: 208px;
	overflow: hidden;
}

.frame_menu {
  	display: block;
  	float: left;
  	width: 740px;
  	height: 27px;
	overflow: hidden;
	background: url('../images/menu_bg.gif');
	padding-top: 4px;
	padding-left: 14px;
}

.frame_main {
  	display: block;
  	float: left;
  	width: 754px;
	overflow: hidden;
	margin-top: 20px;
}

.frame_main .left {
  	display: block;
  	float: left;
  	width: 225px;
	overflow: hidden;
	margin-right: 30px;
}

.frame_main .left td {
	background-color: #f2f2f2;
}

.frame_main .left .komp {
	margin-right: 10px;
}

.frame_main .right {
  	display: block;
  	float: left;
  	width: 479px;
	overflow: hidden;
	margin-right: 20px;
}

.frame_main .right .header {
	color: #8b1b6e;
	font-size: 18px;
	font-weight: bold;
}

.frame_main .right .header_grey {
	color: #5e5e5e;
	font-size: 13px;
	font-weight: bold;
}

.frame_main .right .breadcramp {
	margin-bottom: 10px;
}

.frame_main .right .breadcramp a {
  	color: #5e5e5e;
  	text-decoration: none;
}

.frame_main .right .breadcramp a:hover {
  	color: #5e5e5e;
  	text-decoration: underline;
}

.frame_main .right .grey a {
  	color: #5e5e5e;
  	text-decoration: none;
}

.frame_main .right .grey a:hover {
  	color: #5e5e5e;
  	text-decoration: underline;
}

.frame_main ul {
	list-style-type: square;
	margin-left: 10px;
	padding-left: 10px;
}

.frame_footer {
  	display: block;
  	float: left;
  	width: 754px;
	overflow: hidden;
	margin-top: 20px;
}

.frame_footer .p {
  	display: block;
  	float: left;
  	width: 144px;
	overflow: hidden;
}

.frame_footer td {
	background-color: #f2f2f2;
}

.frame_footer ul {
	list-style-type: square;
	font-size: 10px;
	margin-left: 17px;
	padding-left: 17px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.frame_footer a {
  	color: #5e5e5e;
  	text-decoration: none;
}

.frame_footer a:hover {
  	color: #5e5e5e;
  	text-decoration: underline;
}

.frame_madeby {
  	display: block;
  	float: left;
  	width: 754px;
  	height: 74px;
  	margin-top: 10px;
}

.frame_madeby .left {
	display: block;
	float: left;
	width: 290px;
	padding-left: 10px;
}

.frame_madeby .right {
	display: block;
	float: left;
	width: 444px;
	text-align: right;
	padding-right: 10px;
}

input.form {
	border: 1px solid #aaaaaa;
	width: 350px;
}

textarea.form {
	border: 1px solid #aaaaaa;
	width: 350px;
	height: 150px;
}

input.submit {
	border: 1px solid #aaaaaa;
}

select.form {
	border: 1px solid #aaaaaa;
	width: 350px;
}

.bold {
	font-weight: bold;
}

.blue {
	color: #5c69a2;
}

.pink {
	color: #8b1b6e;
}

.dot_line {
	height: 1px;
	overflow: hidden;
	background: url('../images/dot_line.gif');
	margin-top: 10px;
	margin-bottom: 10px;
}

.message {
	color: #ff0000;
}

.hidden {
	position:absolute;
	visibility:hidden;
}