body {
	height:100%;
	margin:0 0 12px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
/*	background-color:#ffffff; */
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif; /* "Times New Roman", Times, serif; */
	font-weight:bold;
	padding:.2em .1em .2em 0;
}

h1 {
	font-size:x-large;
	color:#3f567f;
	clear:right;
}

h2 {
	font-size:large;
	color:#3f567f;
	clear:right;
}

h3 {
	font-size:small;
	color:#c8241a;
	clear:right;
}

p, li {
	color:#101A33;
	line-height:1.4em;
	list-style-type:square;
}



/* CUSTOM */

.nick_pic {
	margin-top:4px;
	padding-right:12px;
	margin-right:12px;
}

/* Border on images */

.border {
	padding:4px;
	border:1px solid #cce0eb;
	margin:0 0 10px 20px;	
}

.border_right {
	float:right;
	padding:4px;
	border:1px solid #cce0eb;
	margin:0 0 10px 10px;	
}

.border_center {
	text-align:center;
	padding:4px;
	border:1px solid #cce0eb;
	margin:0 5px 10px 5px;	
}

.smalltext {
	font-size:xx-small;
	opacity:0.6;
}


/* SPECIFIC FEATURES */

.page_highlight {
	color:#c8241a;
}

.contacttable {
	border-bottom:1px solid #cccccc;
}

.contacttable td {
	border-top:1px solid #cccccc;
}

.contacttable input {
	width:140px;
}

.contacttable textarea {
	width:180px;
	height:60px;
}

.captcha {
	width:400px;
	texk-align:center;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}