@CHARSET "UTF-8";

body {
	margin: 0px;
	background-color: #E3DCD3;
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body,td,tr {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #787571;
	text-decoration: none;
}
#LeftContent h1 {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #ed1b23;
    text-decoration: none;
}
#RightContent h1 {
    font-family: Times,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0pt 25px 25px 15px;
}
