/*LINKS
-------------------------------------------*/
a {
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.footer a {
	text-decoration: none;
	color: #666666;
}
.footer a:hover {
	color: #ff6600;
	text-decoration: none;
}
.class5 a {
	text-decoration: none;
	color: #ff6600;
}
.class5 a:hover {
	color: #666666;
	text-decoration: none;
}
.class2 a {
	COLOR: #ff6600;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}
.class2 a:hover {
	COLOR: #000000;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.class3 a {
	COLOR: #ff6600;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/back_arrow_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
.class3 a:hover {
	COLOR: #000000;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/back_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.class4 a {
	text-decoration: none;
	COLOR: #000000;
}
.class4 a:hover {COLOR: #FF6600;
}

/*MAIN TEXT
---------------------------------------------*/

.h1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #689BDA;
	text-decoration: none;
	line-height: 20px;	
	font-weight: bold;
}
.h2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.h3 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #CCC06F;
	text-decoration: none;
	line-height: 18px;	
	font-weight: bold;
}
.h4 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}

.paragraph {font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 22px;
	text-decoration: none;
}
.paragraph1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}

/*BODY
-------------------------------------------*/

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #EEEBE6;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-SHADOW-COLOR: #E0E0E0;
	SCROLLBAR-3DLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-ARROW-COLOR: #38575C;
	SCROLLBAR-TRACK-COLOR: #E0E0E0;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #747474;
	background-image: url(../images/cydkmeto_bg.jpg);
	background-position: center top;
}

/*TOP BACKGROUND IMAGES
-------------------------------------------*/

.dotvertline {
	background-attachment: scroll;
	background-image: url(../images/dot_line_vert.jpg);
	background-repeat: repeat-y;
	width: 1px;
	background-position: center;
}
.dothorzline {
	background-attachment: scroll;
	background-image: url(../images/dot_line_horz.jpg);
	background-repeat: repeat-x;
	height: 1px;
}

/*FLASH IMAGES
------------------------------------*/

.mainbg {
	background-attachment: scroll;
	background-image: url(../images/side_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 199px;
}
.homemainbg {
	background-attachment: scroll;
	background-image: url(../images/home_main_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.homeleftcontentbg {
	background-attachment: scroll;
	background-image: url(../images/home_contents_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 216px;
}
.homerightcontentbg {
	background-attachment: scroll;
	background-image: url(../images/home_contents_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 216px;
}
.sidebg {
	background-attachment: scroll;
	background-image: url(../images/side_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 199px;
}
.btbg {
	background-attachment: scroll;
	background-image: url(../images/bt_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 7px;
}

/*FORM ELEMENTS
------------------------------------*/

.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	font-size: 12px;
	width: 250px;
}
.txtbox1 {	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	clear: none;
	float: none;
	width: 250px;	
	font-size: 11px;
}
.submitbu {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px #999999;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/sub_bu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 75px;
	cursor: hand;
}

