/* CSS Document */
body {
	background-color: #000000;
	margin: 0;

}

.garabg {
	background-image:url(../images/bg.jpg);
}

#container {
	margin: 0px auto;
	width:835px;
	background:url(../images/page_bg.jpg) repeat-y;
	font-size:12px;
	color:#FFFFFF;
	line-height:160%;
}
#container2 {
	margin: 0px auto;
	width:716px;
	background:#F7F7F7;
	text-align:center;
}

.textbg{
	background-color:#666666;
	width:600px;
	padding:6px;
	text-align:left;
	}

a {
	text-decoration:underline;
	color:#FFFFFF;
}

a:hover {
	text-decoration:none;
}

#close a{
	font-weight:bold;
	text-decoration:underline;
	color: #FFCC00;
}

#close a:hover {
	text-decoration:none;
}

.spec {
	font-weight:bold;
	font-size:10px;
}

.c {
	font-size: 10px;
	line-height: 140%;
	color:#FFF;
}

.c2 {
	font-size: 10px;
	line-height: 140%;
	color:#000;
}

.new {
	font-size:10px;
	font-weight:bold;
	color:#FFFF00;
}

.formmidasi {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}

h3 {
	font-size: 10px;
  	font-weight: bold;
	color: #930100;
	display:inline;
}

#update {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	line-height: 140%;
}

#update a {
	text-decoration:underline;
	color:#000;
}

#update a:hover {
	text-decoration:none;
}

strong {
	font-size: 12px;
	color: #FFCC00;
}
