/*# E  L  E  M  E  N  T  S #*/
body, td, th, textarea, input, p, blockquote{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
}
h3 {
    margin-top: 18px;
    margin-bottom: 0;
}

td {
	vertical-align: top;
}

/*# C  L  A  S  S  E  S  #*/
.small_header {
	color:#009ee0;
	font-size: 14px;
	margin-bottom: 1px;
}
.article_header {
	font-size: 22px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
}
.bigger {
    font-size: 14px;
    color: #663344;
}

a.menu, a.menu:visited, a.menu:active {
	font-family: tahoma;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: -4px;
	margin-left: 5px;
	margin-right: 5px;
 }
a.menu:hover {
	text-decoration: underline;
	color: black;
 }
a.int_link, a.int_link:visited, a.int_link:active {
	font-family: tahoma;
	color: #009EE0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
 }
a.int_link:hover {
	text-decoration: underline;
}
.error {
    color: darkred;
    background-color: yellow;
    border: 2px solid blue;
    padding: 4px;
}
#centercontents {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid black;*/
}
#defaultcontents {
    width: 900px;
    padding: 10px 20px 10px 20px;
}
