body {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	
	color: #595959;
	
	background-color: white;
}

h2 {
        font-family: Arial, Sans-Serif;
        font-size: 12pt;
        color: #595959;
        font-weight: bold;       
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.no_border {
	border-width: 0px;
}

.clickable {
	cursor: pointer;
}

.hidden_elm {
	display: none;
}	

.repeat_x {
	background-repeat: repeat-x;
}

.repeat_y {
	background-repeat: repeat-y;
}

.no_repeat {
	background-repeat: no-repeat;
}

td {
	vertical-align: top;
}

sup {
	font-size: small;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	
	color: #5A6479;
	
	text-decoration: none;
}

a:hover {
	color: #707E21;
	
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	font-weight: bold;

	color: #707E21;
	
	margin-top: 0px;
	margin-bottom: 5px;
}

.emphasis {
        font-size: 11pt;
        font-weight: bold;
}

.index_cta_lnk:link {
        color: white;
        font-size: 12pt;
}

.index_cta_lnk:visited {
        color: white;
        font-weight: bold;
        font-size: 12pt;
}

.index_cta_lnk:hover {
        color: white;
        font-size: 12pt;
}


.cta_lnk:link {
        color: #78862E;
        
}

.cta_lnk:visited {
        color: #78862E;
        
}

.big_font {
        font-size: 12pt;
}

