/* style.css - CRaG Systems main site style sheet */
body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: #000040;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {text-decoration:none; color : blue}
a:visited {text-decoration:none; color : blue}
a:hover {text-decoration:underline; color : blue}

h1 {color : navy}
h2 {color : navy}
h3 {color : navy}
h4 {color : navy}
h5 {color: navy}

strong { color : navy }

table.header {
	border-collapse: collapse;
	font-size: 8pt;
	width: 728px;
}
table.header th {
	padding: 0px;
	vertical-align: top;
	font-size: 20pt;
	font-weight: bold;
	color: #000080;
	text-align: center;
}
table.header td {
	vertical-align: top;
	padding: 0px;
}

table.clean {
   margin-top: 10px;
   margin-left: 10px;
   width: 708px;
	border-width: 1px;
	border-style: solid;
	border-color: navy;
	border-collapse: collapse;
	background-color: white;
}
table.clean th {
	color: Navy;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}
table.clean td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}

table.text {
   font-size: 10pt;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 5px;
   margin-right: 5px;
   width: 718px;
}
table.text th {
   color: navy;
   font-weight: bold;
   text-align: left;
	padding: 5px;
}
table.text td {
	padding: 5px;
   vertical-align: top;
   text-align: justify;
}

table.title {
   margin-top: 15px;
   margin-bottom: 5px;
   margin-left: 5px;
   margin-right: 5px;
   width: 718px;
}
table.title th {
   color: navy;
   font-size: 13.5pt;
   font-weight: bold;
   text-align: center;
	padding: 5px;
   width: 80%;
}
table.title td {
   font-size: 10pt;
	padding: 5px;
   width: 10%;
}
