/* -------- For Links -------- */
a {
	color: blue;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

.for_headers {
	font-family: Arial;
	color: #000000;
}

/* -------- For everything else -------- */



.blue {color: blue;
text-align: left;
	left: 150px;
	position: absolute;
	top: 575px;
	font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.text-black {
	color: black;
}

.text-silver {
	color: silver;
}
@charset "UTF-8";
.rounded-corners2 {
border-width: 1px;
border-style: solid; 
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text-white {
	color: white;
}


.text-blue {
	color: blue;
}

.text-red {
	color: red;
	
}

.text-plain {
	font-weight: normal;
	font-style: normal;
}

.text-bold {
	font-weight: bold;
}

.rowData1 {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.rowData2 {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.font-arial {
	font-family: Arial;
}

.font-verdana {
	font-family: Verdana;
}

.font-times {
	font-family: Times;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.valign-top {
	vertical-align: top;
}

.valign-bottom {
	vertical-align: bottom;
}

.size-8 {
	font-size: 8pt;
}

.size-10 {
	font-size: 10pt;
}

.size-12 {
	font-size: 12pt;
}

.size-13 {
	font-size: 13pt;
}

.size-14 {
	font-size: 14pt;	
}

.size-15 {
	font-size: 15pt;	
}

.size-16 {
	font-size: 16pt;
}

.size-18 {
	font-size: 18pt;
}

.size-20 {
	font-size: 20pt;
}

.size-22 {
	font-size: 22pt;
}

.size-24 {
	font-size: 24pt;
}

.size-26 {
	font-size: 26pt;
}

.size-28 {
	font-size: 28pt;
}

.size-30 {
	font-size: 30pt;
}

.pad-none {
	padding: 0;
}

.pad-5px {
	padding: 5px;
}

.pad-10px {
	padding: 10px;
}

.pad-10px-left {
	padding-left: 10px;
}

.pad-10px-top {
	padding-top: 10px;
}

.pad-10px-right {
	padding-right: 10px;
}

.pad-10px-bottom {
	padding-bottom: 10px;
}

.margin-left-5px {
	margin-left: 5px;
}

.margin-left-10px {
	margin-left: 10px;
}

.pad-20px {
	padding: 20px;
}

.pad-20px-top {
	padding-top: 20px;
}

.pad-20px-left {
	padding-left: 20px;
}

.pad-20px-bottom {
	padding-bottom: 20px;
}

.pad-20px-right {
	padding-right: 20px;
}

.pad-left-10px {
	padding-left: 10px;
}

.pad-right-10px {
	padding-right: 10px;
}

.pad-right-20px {
	padding-right: 20px;
}

.bgrnd-silver {
	background-color: #c0c0c0;
}

.bgrnd-ajm {
	background-color: #a3a3a3
}

.bgrnd-tan {
	background-color: #be9a38;
}

.bgrnd-aqua {
	background-color: aqua;
}

.bgrnd-teal {
	background-color: teal;
}

.bgrnd-orange {
	background-color: orange;
}

.bgrnd-red {
	background-color: red;
}

.bgrnd-green{
	background-color: green;
}

.bgrnd-blue{
	background-color: blue;
}

.bord-1px-black {
	border: 1px solid black;
	border-top-color: #000;
}

.bord-1px-black-left {
	border-left: 1px solid black;
}

.bord-1px-black-top{
	border-top: 1px solid #000;
}

.bord-1px-black-right{
	border-right: 1px solid #000;
}

.bord-1px-black-bottom{
	border-bottom: 1px solid #000;
}

.bord-2px-black-pad {
	border: 2px ridge black;
	padding: 5px;
}

.bord-2px-black {
	border: 2px ridge black;
}

.bord-2px-pink {
	border: 2px ridge fuchsia;
}

.bord-4px-pink {
	border: 4px ridge fuchsia;
}

.bord-4px-blue {
	border: 4px ridge blue;
}


}

. {
	

