.textbold {
    font-family: Arial, sans-serif; 
    font-size: 18px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    color: #000000;
    background-color: transparent;
    text-align: justify;
}

.text {
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px; 
	line-height: normal;
	text-align: justify;
	background-color: transparent;
}

.header {
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif; 
	font-size: 22px; 
	font-weight: bold; 
	text-align: justify;
	color: #660033;
	background-color: transparent;
	background-image: url('/layout/header_bg.gif');
}

.section {
	border-top: #660033 3px solid;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Tahoma, Arial, Helvetica,"Trebuchet MS", sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	text-align: justify;
	color: #660033;
	background-color: transparent;
	background-image: url('/layout/header_bg.gif');
}

.footer {
	border-top: #660033 3px solid;
	padding-left: 8px;
	padding-top: 8px;
	font-family: Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	text-align: justify;
	color: #660033;
	background-color: transparent;
}
.bold {
    font-family: Arial, sans-serif; 
    font-size: 16px; 
    font-weight: bold; 
    color: #000000;
    text-align: justify;
    background-color: transparent;
}
.normal_bold { 
    font-family: Arial, sans-serif; 
    font-size: 14px; 
    font-weight: bold;
    text-align: justify;
    background-color: transparent;
}
.normalbold { 
    font-family: Arial, sans-serif; 
    font-size: 14px; 
    font-weight: bold;
    text-align: justify;
    background-color: transparent;
}
h2 {
    font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
    font-size: 18px; 
    font-weight: bold; 
    color: #000000;
    text-align: justify;
    background-color: transparent;
}

A:LINK { 
	color: #660033;
	text-decoration: none;
	text-align: justify;
	background-color: transparent;
}
A:VISITED { 
	color: #660033; 
	text-decoration: none;
	text-align: justify;
	background-color: transparent;
}
A:ACTIVE { 
	color: #660033; 
	text-decoration: none;
	text-align: justify;
	background-color: transparent;
}
A:HOVER { 
	color: #660033;
	text-decoration: underline;
	text-align: justify;
	background-color: transparent;
}
