body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index05.gif);
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #4D8DAC;
	font-size: 9px;
}

.text2 {
	color: #CECECE;
	font-size: 9px;
}

.text3 {
	color: #E5E5E5;
	font-size: 9px;
}

a {
	color: #CECECE;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #E5E5E5;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

.bg1 {
    background-image: url(images/index02.gif);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(images/index04.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

.bg3 {
    background-image: url(images/index06.gif);
    background-position: right top;
    background-repeat: repeat-y;
}

.bg4 {
    background-image: url(images/index07.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

/*
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-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: #4C4C4C;
}

.style1 a {
	color: #4D8DAC;
	text-decoration:underline;
}

.style1 a:hover {
	text-decoration:none;
}

.style2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.style2 a {
	color: #FFFFFF;
	text-decoration:none;
}

.style2 a:hover {
	text-decoration:underline;
}