body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bgTaj.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-attachment:fixed;
	background-color:#FAF5DF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	background-color:#F6EDC7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
    font-weight: bold;
    color: #F75F13; 
    border-bottom:1px solid #9E874E;
    line-height: 20px;
}

/*text for slogan*/
.slogan{
font-size:13px;
font-weight:bold;
color:#F75F13;
line-height:25px;
}
/*topBar links*/
.topBarlink{
font-size:12px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
letter-spacing:1px;
}
.topBarlink:hover{
font-size:12px;
font-weight:bold;
color:#000000;
text-decoration:none;
letter-spacing:1px;
background-color:#FF993D;
width:100%;
height:100%;
}
.topBarlinkActive{
font-size:12px;
font-weight:bold;
color:#000000;
text-decoration:none;
letter-spacing:1px;
}
/*content Background*/
.mainBg{
background-color:#FAF5DF;
}
/*Main content */
.bodytext{
font-size:12px;
font-weight:normal;
color:#4F4E4E;
letter-spacing:.5px;
padding:12px;
text-align:justify;
line-height:18px;
}

.bodytextHeading{
font-size:15px;
font-weight:bold;
color:#F75F13;
letter-spacing:.5px;
line-height:18px;
}
.names{
font-size:13px;
font-weight:bold;
color:#4F4E4E;
letter-spacing:.5px;
line-height:18px;
}
.post{
font-size:12px;
font-weight:bold;
color:#F75F13;
letter-spacing:.5px;
line-height:18px;
}
/*left Menu*/
.categorylinks{
margin: 5px 5px 5px 8px;
padding:0;
display:block;
list-style-type: none;
font: bold 10px Arial;
width:90%;
background-color:#F6EDC7;
}
.categorylinks li{
padding-bottom:1px;
}
.categorylinks li a{
margin-left: 0px;
padding: 0px 3px 3px 3px;
font-size: 10px;
display: block;
color: #752310;
text-decoration: none;
font-weight: bold;
border-top: 1px solid #752310;
line-height:18px;
}
.categorylinks a:visited{color: #752310; }
.categorylinks a:hover { color: #fff; background: #0180AB; text-decoration: none; }