/* DESIGN GENERAL*/
body{
	margin:0px;
	background-color:#E4F2D1;
	font-size:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(../images/background.jpg);
}
.main_table{
	border:0px;
	padding:0px;
	margin:0px;
}

/* LINK */
a, a:visited, a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#FF009C;
	font-size:10px;
}
a:hover{
	text-decoration:underline;
}
a, a:visited, a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#FF009C;
	font-size:10px;
}
a:hover{
	text-decoration:underline;
}
a.menu_top img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;}

a.menu_top:hover img {
filter:alpha(opacity=75); 
-moz-opacity: 0.7; 
opacity: 0.7;
}

/* FORM */
input{
	border: solid 1px #FFFFFF;
	background-color:#FF009C; 
	font-size:11px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:110px;
}
.password{
	width:75px;
}

.form_input_title{
	font-size:10px;
}

.menu_left_subtitle_1, .menu_left_subtitle_2, .menu_right_subtitle_1, .menu_right_subtitle_2 {
	padding-left:12px;
	padding-right:12px;
	vertical-align:middle;
	height:15px;
}
.menu_left_subtitle_1{background-color:#FFECF7;}
.menu_left_subtitle_2{background-color:#FFCAEA;}
.menu_right_subtitle_1{background-color:#FFECF7;}
.menu_right_subtitle_2{background-color:#FFCAEA;}

/* POST */
.post_title, .post_bottom, .post_body{
	padding-left:10px;
	font-size:12px;
}
.post_title a, .post_title a:visited, .post_bottom a, .post_bottom a:visited, .post_body a, .post_body a:visited{
	font-size:12px;
	text-decoration:none;
}
.post_title a:hover, .post_bottom a:hover, .post_body a:hover{
	font-size:12px;
}
.post_title, .post_title a, .post_title a:visited{
	font-size:12px;
	font-weight:bold;
	color:#FF009C;
}

.post_bottom, .post_bottom a, .post_bottom a:visited{
	font-size:12px;
	font-weight:normal;
	color:#FF009C;
}
.post_body, .post_body a, .post_body a:visited{
	font-size:12px;
	font-weight:normal;
	color:#AAAAAA;
}
