/* tag: header level 1*/
h1 {
	font-family: helvetica;
	font-size: 14pt;
	color: #c00020;
}


/* tag: header level 2*/
h2 {
	font-family: helvetica;
	font-size: 12pt;
	color: #000070;
}

/* tag: header level 3*/
h3 {
	font-family: helvetica;
	font-size: 10pt;
	color: #000070;
}


/* tag: default bullet list (large bullets) */
ul {
	list-style-image: url(images/bullet.gif);
	vertical-align: middle;
}

/* tag: default bullet list (large bullets) */
ul1 {
	list-style-image: url(images/bullet.gif);
	vertical-align: middle;
}


/* tag: all hyperlinks */
a {
	text-decoration: none;
}


/* class: general tag for the center portion of every page */
.body {
	font-family: helvetica;
	font-size: 10pt;
}


/* tag: main page text*/
.maintext {
	font-family: "Arial";
	font-size: 8pt;
	color: #000000;
}


/* tag: main page text red*/
.maintextred {
	font-family: helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #c00020;
}

/* tag: main page text red*/
.maintextbigred {
	font-family: helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #c00020;
}

/* tag: main page text red*/
.maintextred10 {
	font-family: helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #c00020;
}

.maintexthugered {
	font-family: helvetica;
	font-size: 20pt;
	font-weight: bold;
	color: #c00020;
}

/* tag: main page text blue*/
.maintextbigblue {
	font-family: helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #000070;
}

/* tag: main page text blue*/
.maintextmediumblue {
	font-family: helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #000070;
}

/* tag: main page text red*/
.maintextmediumred {
	font-family: helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #c00020;
}

/* tag: main page text black*/
.maintextmedblack {
	font-family: helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

/* tag: main page text white*/
.maintextbigwhite {
	font-family: helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}

/* tag: main page text blue*/
.maintextblue {
	font-family: helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #000070;
}

/* class: for the standard product box diagrams; top level */
.box1 {
	font-family: helvetica;
	font-size: 11pt;
	font-weight: bold;
	background: #000088;
	color: #ffffff;
	text-align: center;
}


/* class: for the standard product box diagrams; middle level */
.box2 {
	font-family: helvetica;
	font-size: 11pt;
	font-weight: bold;
	background: #880088;
	color: #ffffff;
	text-align: center;
}


/* class: for the standard product box diagrams; lower level */
.box3 {
	font-family: helvetica;
	font-size: 11pt;
	font-weight: bold;
	background: #888800;
	color: #ffffff;
	text-align: center;
}


/* class: for the architecture box diagram; database */
.boxDB {
	font-family: helvetica;
	font-size: 11pt;
	font-weight: bold;
	background: #dd0000;
	color: #ffffff;
	text-align: center;
}
	
	
/* class: general tag for the right-hand portion of every page */
.rightnav {
	font-family: helvetica;
	font-size: 9pt;
}


/* class: for legal text */
.legal {
	font-size: 8pt;
	font-family: times;
}


/* class: secondary bullet list (smaller bullets) */
.ulsmall {
	list-style-image: url(images/bullets.gif);
	vertical-align: middle;
}


/* class: mouse hover over links (IE only?) */
a:hover {
	color: #c00020;
	text-decoration: none;
}


/* class: top navigation bar to major sections */
.navbar {
	font-family: helvetica;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	bgcolor: #0093dd;
}
