/* CSS Document */
.text1 { font-family:verdana;font-size:8.5pt;color:#006600;}
.text2 {font-family:verdana;font-size:8.5pt;color:#ff5206;}
.text3 {font-family:verdana;font-size:8pt;color:#838383;}
.text4 {font-family:verdana;font-size:7.5pt;color:#006600;}
.text5 {font-family:verdana;font-size:8.5pt;color:#000000;}
.text6 { font-family:verdana;font-size:8.5pt;color:#ffffff;}

input {font-family:verdana;font-size:8.5pt;color:#000000;}
select {font-family:verdana;font-size:8.5pt;color:#000000;}

.textlink1 A:link {color:#FFFFFF; text-decoration : none;}
.textlink1 A:visited {color:#FFFFFF; text-decoration: none;}
.textlink1 A:active {color:#FFFFFF; text-decoration: none;}
.textlink1 A:hover {color:#fbe42e; text-decoration: none;}

.textlink2 A:link {color:#009e50; text-decoration : none;}
.textlink2 A:visited {color:#009e50; text-decoration: none;}
.textlink2 A:active {color:#009e50; text-decoration: none;}
.textlink2 A:hover {color:#ff6f29; text-decoration: none;}

.textlink3 A:link {color:#006600; text-decoration : none;}
.textlink3 A:visited {color:#006600; text-decoration: none;}
.textlink3 A:active {color:#006600; text-decoration: none;}
.textlink3 A:hover {color:#ff6f29; text-decoration: none;}

.textlink4 A:link {color:#E8E8E8; text-decoration : underline;}
.textlink4 A:visited {color:#E8E8E8; text-decoration: underline;}
.textlink4 A:active {color:#E8E8E8; text-decoration: underline;}
.textlink4 A:hover {color:#ffffff; text-decoration: none;}

.textlink5 A:link {color:#006600; text-decoration : underline;}
.textlink5 A:visited {color:#006600; text-decoration: underline;}
.textlink5 A:active {color:#006600; text-decoration: underline;}
.textlink5 A:hover {color:#ff6f29; text-decoration: none;}

.border1 {solid;BORDER-RIGHT: #ffaa00 1px solid;}
.border3 {solid;BORDER-bottom: #fbe42e 1px solid;}
.border5 {solid;BORDER-top: #545454 1px dashed;}
.border2 {BORDER-TOP: #F37E00 1px solid; BORDER-BOTTOM: #F37E00 1px solid;BORDER-RIGHT: #F37E00 1px solid;BORDER-LEFT: #F37E00 1px solid;}
.border4 {BORDER-RIGHT: #d30617 1px solid;BORDER-LEFT: #d30617 1px solid;}
.bg {
	background-color: #fff1a8;
	background-image: url(images/bg-grid.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-righttable {
	background-image: url(images/righttopside-grid.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-grass {
	background-image: url(images/bottom-grass-above.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #7b9f26;
}
.bg-center {
	background-color: #fecc18;
	background-image: url(images/boximage-center.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-left-side {
	background-color: #fdd456;
	background-image: url(images/left-side.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-body-table {
	background-color: #ffcf0d;
	background-image: url(images/bg-body-table.gif);
	background-repeat: repeat-x;
	background-position: top;
}