body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/bg_1.gif);
    background-repeat: repeat-x,y;
}
body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #324259;

}
.bg1 {
    background-image: url(images/bkgnd_1.png);
    background-repeat: repeat-x;
}
.bg2 {
    background-image: url(images/body.png);
    background-repeat: repeat-y;
}
.text1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #324158;
    text-decoration: none;
}
.text2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #cc3300;
    link: #cc3300;
	hover: #cc3300;
    hover: underline;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	link: #BBBEC7;
	hover: #FFFFFF;
	hover: underline;
	font-style: normal;
	font-weight: bold;
}
.text4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7px;
    font-type: bold;
    color: #CCCCCC;
    link: #BBBEC7;
	hover: #FFFFFF;
    hover: underline;
}

a {
    color: #cc3300;
    text-decoration: none;
}

a:hover {
    color: #cc3300;
	text-decoration: underline;
}



/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
	font-size: 8px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style1 a {
    color: #CCCCCC;
}

.style1 a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.style2 {
    font-size: 10px;
    color: #999999;
}
.style2 a {
    color: #BBBEC7;
}

.style2 a:hover {
    color: #BBBEC7;
    text-decoration: underline;
}
.style3 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #cc3300;
}
.style3 a {
    color: #cc3300;
}

.style3 a:hover {
    color: #cc3300;
    text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE3A08;
	font-weight: bold;
}
