﻿
.gray {
	color: #C0C0C0;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	color: #585858;
}



a {
    text-decoration:none;
    color: inherit;
}

a:hover{
    text-decoration:underline;
}

a:visited{
    text-decoration:none;
}
.body-sm-table {
    font-size:small;
    vertical-align: top;
    text-align:right;
   
}
.headerwhite1 {
	color: #FFFFFF;
}
.headerwhite2 {
	color: #FFFFFF;
	font-weight: lighter;
}
.headerwhite3 {
	font-size: small;
	color: #FFFFFF;
}
.bluequote {
	font-size:medium;
	color: #4f91cd;
	text-align: center;
	line-height: 22px;
	padding-right: 20px;
}
.title {
	font-size: 18pt;
	font-weight: bold;
}
.titlewhite {
	font-size: x-large;
	color: #FFFFFF;
}
.blutext {
	color: #4f91cd;
}
.title-md {
	font-size: 16pt;
	font-weight: normal;
}
input{
    border: 1px solid #999999;
    font-size: medium;
    color: #333333;
    padding: 6px;
}
select{
    border: 1px solid #999999;
    font-size: medium;
    color: #333333;
    padding: 6px;
}
textarea{
    border: 1px solid #999999;
    font-size: medium;
    color: #333333;
    padding: 6px;
}