@charset "utf-8";
/* Font Settings */

.textsize24 {color: #000;font-family: Verdana, Geneva, sans-serif; font-size: 24px;}
.textsize20 {color: #000;font-family: Verdana, Geneva, sans-serif; font-size: 20px;}
.textsize18 {color: #000; font-family: Verdana, Geneva, sans-serif; font-size: 18px;}
.textsize16 {color: #000; font-family: Verdana, Geneva, sans-serif; font-size: 16px;}
.textsize14 {color: #000; font-family: Verdana, Geneva, sans-serif; font-size: 14px;}

h1 {color: #000; font-family: Verdana, Geneva, sans-serif; font-size: 24px;}
h2 {color: #000; font-family: Verdana, Geneva, sans-serif; font-size: 20px;}
h3 {color: #000; font-family: Verdana, Geneva, sans-serif; font-size: 18px;}

h2.file {border-bottom: 1px dotted #aaa;} /* Deprecated - use th instead */
th.file {border-bottom: 1px dotted #aaa;}

.about {padding-left: 20px;}
.breadcrumb {color: #fff; font-family: Verdana, Geneva, sans-serif; size: 16px;}
.contactbox  {color: #fff;font-family: Verdana, Geneva, sans-serif; size: 16px;line-height: 130%;padding: 9px 0 0 16px;}
.formfield {font-weight: bold;}
.term {color: #AAA; margin-top: 10px; font-family: Verdana, Geneva, sans-serif; size: 16px; text-align:right;}
.warning {color:#900; font-size: 18px; font-weight: bold; text-align:left;}

::selection {
	background:#c47830;
	color:#FFF;
	text-shadow:none;
}
/* Safari & Chrome - Webkit Rendering */
::-webkit-selection {
	background:#c47830;
	color:#FFF;
	text-shadow:none;
}
/* Mozilla based - Gecko Rendering */	
::-moz-selection {
	background:#c47830;
	color:#FFF;
	text-shadow:none;
}
