/* anchors
----------------------------------------------- */

a {
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #323335;
	
}
a:hover {
	color: #005a80;
}

a.main {
	color: #005a80;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	
}
a.main:hover {
	text-decoration: underline;
}

a.sub {
	color: #005a80;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: bold;
}

a.sub:hover {
	text-transform: uppercase;
}

a.footer {
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #fff;
	
}
a.footer:hover {
	text-decoration: underline;
}

/* headings
----------------------------------------------- */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#005a80;
	font-weight: bold;
	margin-top:1em
}

h2 {
	font-size:1em;
	text-transform: uppercase;
	line-height: 2em;
	margin-bottom: .5em;
}

h3 {
	font-size:1.2em;
	text-transform: uppercase;
	line-height: 2em;
	margin-bottom: .5em;
}
h4 {
	font-size:1.2em;
	margin-bottom: .5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #005a80;
}
/* text
----------------------------------------------- */
p {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	
}

.note {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaa;
}
/* tables
----------------------------------------------- */
.databases {
	border: .5px dashed #ccc;
	padding: 5px;
}
.grey {
	background: #eee;
}
.blue {
	background: #e1eef6;
}
.pink {
	background: pink;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin-right: 10px;
}
