body {
margin:0;
font-family: 'Kreon', serif;
line-height: 1.8em;
background:#222;
color:#fff; text-shadow: #000 1px 1px 3px;box-shadow: #000 1px 1px 3px;
}

a {
text-decoration : none;
font-weight : bold;
color:#E65B24;
}

a:hover {
text-decoration : underline;
font-weight : bold;
color:#E65B24;
}

h1 {
font-weight : bold;
font-size : 24px;
color : #A1032C;
margin : 0px;
margin-bottom : 4px;
padding : 0px;
padding-bottom : 4px;
border-bottom : 1px dashed #e9e9e9;
}

h2 {
font-weight : bold;
font-size : 22px;
color : #A1032C;
margin : 0px;
margin-bottom : 4px;
padding : 0px;
padding-bottom : 4px;
border-bottom : 1px dashed #e9e9e9;
}

h3 {
font-weight : bold;
font-size : 20px;
color : #A1032C;
margin : 0px;
margin-bottom : 4px;
padding : 0px;
padding-bottom : 4px;
border-bottom : 1px dashed #e9e9e9;
}

h4 {
font-weight : bold;
font-size : 18px;
color : #A1032C;
margin : 0px;
margin-bottom : 4px;
padding : 0px;
padding-bottom : 4px;
border-bottom : 1px dashed #e9e9e9;
}

h5 {
font-weight : bold;
font-size : 16px;
color : #CDA1A8;
margin : 0px;
margin-bottom : 4px;
padding : 0px;
padding-bottom : 4px;
border-bottom : 1px dashed #e9e9e9;
}

h6 {
font-weight : bold;
font-size : 12px;
color : #5B131D;
width : 100%;
margin : 0px;
margin-bottom : 4px;
padding : 0px;
padding-bottom : 4px;
border-bottom : 1px dashed #e9e9e9;
}




td,table,input,select,textarea { }
 
font,th,td,p {   }
hr	{ height: 0px; border: none; border-top-width: 1px;}

 
.bodyline	{ background-color: #FFF; border: 0px #98AAB1 solid; }
 
.forumline	{  }


 
td.row1	{ font-size : 14px; min-width:150px;}
td.row2	{ font-weight:bold;  border-bottom: 1px solid #4F8CC8; }
td.row3	{ font-size : 14px; }
td.row1 b {   font-weight:normal; }

 

 
th	{
	color: #FFA34F; font-size: 12px; font-weight : bold;
	background-color: #fff; height: 25px;
}

/* Form elements */
input,textarea, select {
	color : #000;
	font-size:14px; 
       border:1px solid #4F8CC8;
       padding:2px; max-width:100%;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;

}
 
input.post, textarea.post, select { 
}

input { text-indent : 2px; }

button,input[type=submit] { color:#222; cursor:pointer; }
