/* CSS Document */
td {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.minty {color: #6265C6}

A:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #FF0033;
    TEXT-DECORATION: none}
A:active
{
    COLOR: #FF0033;
    TEXT-DECORATION: none}
A:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:visited:hover
{
    COLOR: #FF0033;
    TEXT-DECORATION: none
}

A.white:link
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.white:hover
{
    COLOR: #FFE400}
A.white:active
{
    COLOR: #FFE400;
    TEXT-DECORATION: none
}
A.white:visited
{
    COLOR: #F0ECCE;
    TEXT-DECORATION: none
}
A.white:visited:hover
{
    COLOR: #FFE400;
    TEXT-DECORATION: none
}



A.mint:link
{
    COLOR: #7F82D7;
    TEXT-DECORATION: none
}
A.mint:hover
{
    COLOR: #FFFFFF}
A.mint:active
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
A.mint:visited
{
    COLOR: #7F82D7;
    TEXT-DECORATION: none
}
A.mint:visited:hover
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
.aboutbox {
	background-image: url(/images/about1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.aboutbox2 {
	background-image: url(/images/about2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.personalbox {
	background-image: url(/images/personal.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pageheader {
	font-size: 36px;
	color: #EE5922;
	line-height: 45px;
}
.byline {
	font-size: 16px;
	color: #EE5922;
	line-height: 17px;
}
	
.sectionheader {
	font-size: 24px;
	color: #C1C0A3;
	line-height: 30px;
}
input {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 99%;
}
.inputsmall {
	font-size: 11px;
	height: 17px;
	width: 20%;
}
.inputlarge {
	font-size: 11px;
	height: 17px;
	width: 80%;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C0A3;
}
textarea {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
.home {
	background-attachment: scroll;
	background-image: url(../images/homepict.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.menuline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ee5922;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.byline2 {
	font-size: 20px;
	color: #D24F1F;
	line-height: 22px;
}
