/* CSS Document */

a:link { text-decoration: none; color: #8D6E2D; }
a:active { text-decoration: none; color: #8D6E2D; }
a:visited { text-decoration: none; color: #8D6E2D; }
a:hover { text-decoration: none; color: #907E08; }

.b:link { text-decoration: none; color: #F8EDD7; }
.b:active { text-decoration: none; color: #F8EDD7; }
.b:visited { text-decoration: none; color: #F8EDD7; }
.b:hover { text-decoration: none; color: #FFFFFF; }

.c:link { text-decoration: none; color: #FFFFFF; }
.c:active { text-decoration: none; color: #FFFFFF; }
.c:visited { text-decoration: none; color: #FFFFFF; }
.c:hover { text-decoration: none; color: #F8EDD7; }


body{
	margin: 0px 0px 0px 0px;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat;
}
#wing_left{
	background-image:url(images/wing_left.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#wing_right{
	background-image:url(images/wing_right.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#main{
	background-image:url(images/wing_main.gif);
	background-repeat: repeat-x;
	background-position:0 156px;
}
td{
	font-family: Tahoma;
	font-size: 8pt;
	color: #444444;
}
.textfield {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	border: 1pt solid #333333;
	
}
.textlight {
	font-family: Tahoma;
	font-size: 8pt;
	color: #F8EDD7;
	
}
.textlight2 {
	font-family: Tahoma;
	font-size: 8pt;
	color: #8D6E2D;
	
}
#intro{
	background-image:url(images/wing_main.gif);
	background-repeat: repeat-x;
	background-position:0 101px;
}
.hidden {
	font-size: 2px;
	color: #FFEFD6;
}
.hidden2 {
	font-size: 1px;
	color: #213C5A;
}

