﻿/* -------- styles for all text without a specific style -------- */

BODY, TD, P {
	font-family : Arial;
	color : #808080;
	font-size : 13px;
}


/* -------- Link styles -------- */
A:LINK, A:VISITED, A:ACTIVE{
	text-decoration : none;
	color: #04944C;
	font-weight : bold;
}

A:HOVER {
	text-decoration : none;
	color: #006633;
	font-weight : bold;
}

A.welcomeLink:LINK, A.welcomeLink:VISITED, A.welcomeLink:ACTIVE{
	text-decoration : none;
	color: #990000;
	font-size: 11px;
	font-weight : bold;
}

A.welcomeLink:HOVER {
	text-decoration : none;
	color: #006633;
	font-weight : bold;
}

/* -------- Classes -------- */

.txt-content {  
	font-size : 15px;
	line-height : 20px;
}

.txt-smBlkBold {  
	font-size : 12px;
	font-weight : bold;
	color: #000000;
}

.txt-welcomeTitle {  
	font-size: 11px;
	font-weight : bold;
	color : #990000;
}

.txt-welcomeBody {  
	font-size: 11px;
}

.txt-title {  
	font-size: 18px;
	font-weight : bold;
	line-height : 23px;
	color : #006633;
}

.txt-ftr {  
	font-size: 9px;
	font-weight : normal;
	color : #666666;
}


/* -------- Form styles -------- */

textarea, input, select {  
	font-size: 14px;
	font-family: Arial;
}
.frm-select {  
	font-size: 12px;
	font-family: Arial;
}

.frm-btn {  
	font-size: 12px;
	font-family: Arial;
	color : #8D0500;
	background-color: #FEEDB1 ; 
	border-color: #8D0500 #8D0500 #8D0500 #8D0500 ; 
	border-style: double; 

}