/* CSS Document */

body {
margin:20px;
background-color: #000033;
}

.border_main{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	background-color: #FFFFFF;
	border-left:solid 2px;
	border-right:solid 2px;
	border-color:#000000;
	
}
.border_main2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style:solid;
	padding:10px;
	border-color: #999999;
	border-collapse: separate;
}
.headingtxt {
	font-family: arial;
	font-size:22px;
	font-weight:bold;
	color: black;
	text-decoration:none;
}
.headingtxt_sub {
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
	color: #0066CC;
	text-decoration:normal;
}
.headingtxt_sub2 {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color: #990000;
	text-decoration:normal;
}
.maintxt {
	font-family:trebuchet ms;
	font-size:14px;
	color: #000000;
	text-decoration:none;
}
.sidetxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	text-decoration:none;
}
.maintxt_highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: #CCFF99;
	text-decoration:none;
}
.contacttxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:none;
	color:#999999;
}

a.sidelinks, a.sidelinks:link, a.sidelinks:visited {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: none;
	color: #0066CC;
}
a.sidelinks:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: none;
	color: #003366;
}
a.linktxt, a.linktxt:link, a.linktxt:active, a.linktxt:visited {
	font-family: Arial;
	font-size: 16px;
	font-weight: none;
	color: #990000;
	text-decoration:underline;
}
a.linktxt:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: none;
	color:#00000;
	text-decoration:underline;
}
a.link2txt, a.link2txt:link, a.link2txt:active, a.link2txt:visited {
	font-family: Arial;
	font-size: 16px;
	font-weight: none;
	color: #0066CC;
	font-weight:bold;
	text-decoration:underline;
}
a.link2txt:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: none;
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}
a.contactlink, a.contactlink:link, a.contactlink:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: none;
	color: #cc6633;
}
a.contactlink:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: none;
	color: #000000;
	background-color:#66cc33;
}


/* ALEX BUTTON CODE BELOW */

.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-image: url(http://www.onlinebuttonsecrets.com/alex-button/alexButtonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#buttonPad {
	padding: 5px;
	background-color: #ffffff;
}
