BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
    FONT-FAMILY: 'Times New Roman'
}

H1
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H2
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H3
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H4
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H5
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
TH {
 color: #6060cc
}
.requiredData {
	color: red;
	font-size: smaller;
}
.error {
	color: red;
	list-style-type: circle
}
TABLE.dataTable {
	background-color: #EEEEEE;
	border-width: 4;
	border-style: outset;
	width: 100%;
}
TD.sectionLabelCell {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
TD.labelCell {
	text-align: right;
}

.informationalData {
	color: blue;
	font-size: smaller;
	text-align: center;
}
.informationalDataLeft {
	color: blue;
	font-size: smaller;
	text-align: left;
	vertical-align: text-top;
}
.highlightData {
	color: blue;
	font-size: larger;
	text-align: left;
	vertical-align: text-top;
}

DIV#cpheader {
	position:relative;	
	height: 63px;
	width: auto;
}
DIV#comlogo {
	position:absolute;
	left: 0px;
	width:510px;
	z-index: 2;
	height:63px;
	background-image: url(../images/head-com-20040401.png);
	background-position: left;
	background-repeat: no-repeat;
}
DIV#headmiddle {
	position: absolute;
	left: 510px;
	z-index: 1;
	width:500px;
	height:63px;
	background-image: url(../images/head-middle-20040401.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
DIV#headtab {
	position: absolute;
	right: 0px;
	z-index: 3;
	width:300px;
	height:63px;
	background-image: url(../images/head-tab-20040401.png);
	background-position: right;
	background-repeat: no-repeat;
}
SELECT.monthSelect {
	width: 7em;
}
SELECT.daySelect {
	width: 3em;
}
SELECT.yearSelect {
	width: 4em;
}