* {margin: 0; padding: 0;}

body {background: #e7dad1 url(../img/bodybg.jpg) repeat;
font: 76% Verdana,Tahoma,Arial,sans-serif;
margin: 0;
padding: 0;
text-align: left;
color: #333;
}

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

a:hover  {
color : #002449;
text-decoration : underline;
}

p {
line-height:1.5em;
text-indent: 2em;
text-align: justify;
font-weight: normal;
}

td {
text-align: left;
padding: 3px;
font-weight: normal;
}

.table {
width: 99%;
font-size: 75%;
}

.header {
height: 87px;
color: #ddd;
text-align: center;
background: url(../img/headerbg.jpg) repeat-x;
}

h1 {
font-size: 2em;
font-weight: bold;
}

h2 {
font-size: 1.4em;
font-weight: bold;
}

.leftside {
width: 150px;
padding-right: 30px;
padding-left: 10px;
font-size: 11px;
background: #e7dad1 url(../img/ml.jpg) repeat-y right;
}

.rightside {
width: 150px;
padding-left: 30px;
padding-right: 10px;
font-size: 11px;
background: #e7dad1 url(../img/mr.jpg) repeat-y left;
}

.content {
background-color: #fff;
padding: 0px;
}

.footer {
color:#aaa;
margin-top: 10px;
margin-bottom: 10px;
font-size:0.9em;
font-weight:bold;
text-align: center;
background: url(../img/footerbg.jpg) repeat-x;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.b { font-weight: bold; }
.i { font-style: italic; }

