body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* CSS Document */

.textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    /*we are now going to add in the shadow image that we created earlier*/
    /*background-image: url(images/back_field.gif);*/
    background-repeat: repeat-x;
    /*I am going to add some text formatting of my own*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0b3791;
    width: 140px;
    height: 15px;
    }

/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/

.textfield_effect:hover    {
    border-color: #64acd8;
    border-width: 1px;
    }

.textfield_effect:focus    {
    border-color: #64acd8;
    border-width: 1px;
    }

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #555555;
}

.mainTextColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #c15f17;
}

.mainText a:link {
	color: #0033CC;
}
.mainText a:hover {
	color: #0066CC;
	text-decoration: none;
}
.mainText a:visited {
	color: #0066CC;
}
.mainTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}

.mainTextBold a:link {
	color: #0033CC;
}
.mainTextBold a:hover {
	color: #0066CC;
	text-decoration: none;
}
.mainTextBold a:visited {
	color: #0066CC;
}

.mainTextBold10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}
.mainTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
}
.mainTextBoldBlack {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.moreText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #c15f17;
}

.moreText a:link {
	color: #c15f17;
}
.moreText a:hover {
	color: #c15f17;
	text-decoration: none;
}
.moreText a:visited {
	color: #c15f17;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tableBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
}
