/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/******************** LAYOUT ********************/

#holder {
}

#header {
	display: none;
}

/******************** WELCOME PAGE ********************/

#welcome_banner {
}

#welcome_content {
}

/******************** MAIN MENU ********************/

#main_menu {
	display: none;
	margin: 0px;
	padding: 0px;
}

/******************** CONTENT 3 COLUMN ********************/

#content_3col {
}

#content_3col_left {
display: none;
}

#content_3col_centre {
}	

#content_3col_right {
}

/******************** CONTENT 2 COLUMN ********************/

#content_2col {
}

#content_2col_left {
}

#content_2col_right {
}	

#content_1col {
}

/******************** FOOTER ********************/

#footer {
	display: none;
	margin: 0px;
	padding: 0px;
}

/******************** LINKS ********************/


a:link {
}

a:hover {
}

a:active {
}

a:visited {
}


/******************** STYLES ********************/

p {

}

h1 {
}

h2 {
}

h3 {
}

.red {
}

.body_14 {
}
.indent {
}


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

/******************** TABLE 1 ********************/

#table1 {
}

#table1 td {
}

#table1 tr {
}

/******************** TABLE 2 ********************/

#table2 {
}

#table2 td {
}

#table2 tr {
}

#table2 th {
}

/******************** TABLE 3 ********************/

#table3 {
}

#table3 td {
}

#table3 tr {
}

#table3 th {
}
