﻿body 
{
    font-family:Arial;
    font-size:10pt;
}

p
{
    font-family:Arial;
    font-size:10pt;
}

a
{
    font-family:Arial;
    font-size:10pt;    
}

td
{
    font-family:Arial;
    font-size:10pt;
}

.mainContainer
{
    background-color: White;
    width: 800px;
    border: 1px solid black;
    text-align: left;
}

.loginHeader
{
    font-weight: bold;
    background-color: #C0D0E0;
}

.loginTable
{
    border: #C0D0E0 solid 1px;
    margin-left: 30px
}

.formSubHeading
{
    font-family: Arial;
    font-weight: bold;
    font-size: 11pt;
}

.fldHdCell
{
    background: #e8e8e8;
}

.fldHdCellAlt
{
    background: #f2ffff;
}

h1
{
    font-family:Arial;
    font-size:14pt;
}

h2
{
    font-family:Arial;
    font-size:12pt;
}

.personalNav
{
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    text-decoration:none;
    color:#0E8677;
}

.personalNav:hover
{
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    text-decoration:none;
    color:black;
}

.button_image {
	background-image: url(images/but_img.gif);
	background-repeat: no-repeat;
	 height: 58px;
	width: 176px;
	line-height: 58px;
	text-align: center;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
color: #491e1e;

}


.button_image a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #491e1e;
}
.button_image a:hover{ color:#FF0000;}



.buttonimage {
	 background-image: url(images/but_img.gif);
	background-repeat: no-repeat;
	 height: 58px;
	width: 176px;
	line-height: 58px;
	text-align: center;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
color: Red;
cursor:pointer;


}
.buttonimage a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: Red;
}
.buttonimage a:hover{ color:Red;}

.navbuttons {
	background-image: url(images/but_img.gif);
	background-repeat: no-repeat;
	 height: 58px;
	width: 176px;
	line-height: 58px;
	text-align: center;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
color: #491e1e;
}

.navbuttons a {
color: #000000;
text-decoration: none;
background-color: #A2AAB5;
display: block;
padding: 3px 0px 3px 12px;
width: 150px;
border-top: 1px solid #EEEEEE;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #EEEEEE;
background-repeat: no-repeat;
background-image: url(images/but_img.gif);
} 

 

.navbuttons a:hover, .navbuttons a:active {
background-color: #333333;
color: #FFFFFF;
background-image: url(images/businessphoto.jpg);
background-repeat: no-repeat;
} 

.button
{
	background-image: url(images/but_img.gif);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 65px;
    height: 23px;
}

.button:hover
{
    border: solid 3px Red;
    background: url('images/btnPersonal.png') no-repeat top left;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: Red;
    width: 65px;
    height: 23px;
}
 


