/*
    $Revision$
    $Date$
    $Source$
 
    $Log$
*/

#main h1.huge {
	font-size: 30px;
	color: blue;
	text-align: center;
}

#main h1, #main h2, #main h3, #main h4, #main h5 {
	color: blue;
}

#main h1 {
	font-size: 22px;
	text-align: center;
}

#main h2 {
	font-size: 19px;
	text-align: center;
}

#main h3 {
	font-size: 17px;
	text-align: center;
}

#main h4 {
	font-size: 15px;
}

#main h5 {
	font-size: 13px;
}

#main h6 {
	font-size: 11px;
	color: black;
	
}

p.indent, p.indent_nocap { text-indent: 3em; }

p.indent:first-letter
{ font-size: 120%; font-weight: bold;
 }

p {
	padding-right: 10px;
	padding-left: 5px;
}

p.capitalize:first-letter {
 font-size: 120%; font-weight: bold;
}

table.user_table {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}

table.user_table td {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

table.user_table_noborder {
	border-style: hidden;
}

table.user_table_noborder td {
	border-style: hidden;
}
