body { 
max-width:480px;
font-family: Comic Sans MS, Bold, Helvetica, sans-serif;
font-weight:400; 
font-size : small; 
color : #333; 
background-color : #fff;
margin:3px auto; 
} 
a:active, a:visited, a:link { 
color : #294a9c; 
text-decoration : none; 
} 

.center { 
padding : 3px; 
text-align : center; 
border : 0; 

} 
.c {  
padding : 3px; 
text-align : center; 
font-weight: bold;
border : 0;
} 

.titleMain { 
color : #fff; 
font-weight:700;
border-right-color:#69f;
border-right-style:solid;
margin-left : 2px; 
text-align : center; 
background : #5f83d9 url(/images/corner_left_top_dark_blue.gif) no-repeat left top;
border-width:5px; 
} 
.titleSubLeftBottom{
background:url(/images/corner_left_bottom_dark_blue.gif) no-repeat left bottom;
padding:3px;
}
.SiteTitleMain { 
color : #fff; 
text-align : center; 
font-weight:700;
margin-left : 2px; 
background : #dce7fd url(/images/corner_left_top_light_blue.gif) no-repeat left top;
} 
.SiteTitleSubLeftBottom
{background:url(/images/corner_left_bottom_light_blue.gif) no-repeat left bottom;
padding:3px;
}
.SiteTitleSubLeftTop{
background:url(/images/corner_left_top_light_blue.gif) no-repeat left top;
padding:3px;
}

.norm { 
padding-bottom : 2px; 
padding-top : 2px; 
background : #ffffff; 
} 
.darker { 
padding-bottom : 2px; 
padding-top : 2px; 
background : #ebebeb; 
} 
.LeftBlue { 
border-left : 4px solid #2962ae; 
vertical-align: middle;
} 
.LeftOrange { 
border-left : 4px solid #ff9900; 
vertical-align: middle;
} 
.downban { 
padding : 3px; 
background-color : #eff3f6; 
} 
.copyright { 
padding : 3px; 
background-color : #73a2c6; 
} 
.footer { 
text-align : center; 
padding : 1px; 
background-color : #eff3f6; 
} 
.pagination { 
text-align : right; 
} 

 
form { 
margin : 0; 
} 
input, textarea, select { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 1.5em; 
}
img {
	color: red;
	margin: 0px;
	padding: 0px;
	}
img.icon {
	vertical-align: middle;
}
img.logo {
	font-size: large;
	font-weight: bold;
	vertical-align: middle;
}
 hr {
        background-color: #afcddc;
        border: none;
        height: 1px;
    }