/* MAIN PAGE DEFAULTS */

body {
	background		: #FFFFAA;
	color			: navy;
	font-family		: verdana, arial, helvetica, sans-serif;
	font-size		: 9pt;
}

a {
	color			: navy;
	text-decoration	: none;
}

a:hover {
	color			: blue;
	text-decoration	: underline;
}

a.content_list {
	border-bottom	: 1px dotted;
}

a.content_list:hover {
	text-decoration	: none;
}

a.centerpiece {
	color			: darkred;
}

a.centerpiece:hover {
	text-decoration	: none;
}

a.cv_subtitle {
	color			: darkred;
	border-bottom	: 1px dotted;
}

a.cv_subtitle:hover {
	text-decoration	: none;
}


/* TABLES */
table {
	border			: none;
}

table.content_list {
	border-bottom	: 3px double navy;
}

td {
	border			: none;
}

td.title {
	color			: darkred;
	font-family		: "courier new", courier;
	font-size		: 18pt;
	font-weight		: bold;
	border-top		: 1px solid navy;
	border-bottom	: none;
}

td.quote {
	border-bottom	: none;
}

td.content_list_top {
	border-top		: 1px solid navy;
}

td.content_list_only{
	border-top		: 1px solid navy;
	border-bottom	: 1px solid navy;
}

td.content_list_top_middle {
	font-size		: 0px;
}

td.centerpiece {
	color			: darkred;
	font-family		: "courier new", courier;
	font-size		: 15pt;
	font-weight		: bold;
	text-transform		: uppercase;
	border-left		: 1px solid navy;
	border-right	: 1px solid navy;
}

table.convert {
	border-bottom	: 3px double navy;
}

td.convert {
	border			: 1px solid;
}


/* TEXT DEFINITIONS */

div.quote_text {
	color			: navy;
	font-family		: "times new roman", times;
	font-size		: 10pt;
	font-style		: italic;
}

div.quote_sig {
	color			: darkred;
	font-family		: "times new roman", times;
	font-size		: 10pt;
	font-style		: italic;
	font-weight		: bold;
}

div.copyright {
	font-size		: 8pt;
	font-style		: italic;
	margin-top		: 2pt;
}

div.content_list {
	color			: navy;
	font-size		: 12pt;
	margin-bottom	: 6pt;
}


div.content_list_title {
	font-family		: "courier new", courier;
	font-size		: 10pt;
	font-weight		: bold;
	text-transform	: uppercase;
	text-decoration	: underline;
	margin-bottom	: 10pt;
}

div.convert_value {
	font-family		: "courier new", courier;
	font-size		: 12pt;
	font-weight		: bold;
}

div.convert_disclaimer {
	color			: red;
	text-transform	: uppercase;
}

div.cv_subtitle {
	color			: darkred;
	font-size		: 8pt;
	font-weight		: normal;
	text-decoration	: none;
}

div.cv_text {
	font-size		: 9pt;
	margin-bottom	: 9pt;
	text-align		: justify
}

div.image_subtitle {
	color			: darkred;
	font-size		: 8pt;
	font-weight		: bold;
	margin-top		: 0pt;
	margin-bottom	: 8pt;
	text-align		: center;
}

div.certs {
	color			: darkred;
	font-size		: 8pt;
	font-weight		: bold;
	margin-top		: 0pt;
	margin-bottom	: 8pt;
	text-align		: center;
}


/* IMAGES */
img.image_subtitle {
	border			: 3px double navy;
}

/* FORM ELEMENTS */
input {
	font-family		: "courier new", courier;
	border			: 1px solid navy;
}

input.button {
	background		: navy;
	color			: white;
	font-weight		: bold;
	text-transform	: uppercase;
	border			: 3px double navy;
}

.select {
	font-family		: verdana, arial, helvetica, sans-serif;
	border			: none
}

