/*----- General Styles -----
 logo 8396C1
 back FFDDAD 	FFE6A2
 text 656D81
 alt FFCBAD
 alt FFEDAD
*/

body {
	font-family: Calibri, Verdana, sans-serif;
	margin: 15px 10% 15px 10%;
	font-size: small;
	color: #000000;
	background-color: #000000
}

p.text {
	/*margin-left: 40px*/
}

/* Exceptions for Print */
@media print {
	body {
		font-family: Georgia, Verdana, Times New Roman, serif;
		margin: 0;
	}
}

h1, h2 {
	font-size: large;
	font-weight: normal;
}

h3 {
	font-size: medium;
	font-weight: normal;
}

A, A:link, A:visited {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #656D81;
}

A:hover {
	font-weight: normal;
	border-bottom: 1px dotted;
}

/* The selectors below aren't supported by IE yet...*/
A[target=_blank]:hover, A[rel=external]:hover {
	text-decoration: underline;
	border-bottom: none;
}

/* So we use a separate css class for the external links. */
A.external:hover {
	text-decoration: underline;
	border-bottom: none;
}

img {
	border: none;
}

table {
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
}

table th {
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

table td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
}