/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg_shadow_dx {
	background-image: url(img/bg_shadow_dxbg.gif);
	background-repeat: repeat;
}
.bg_shadow_sx {
	background-image: url(img/bg_shadow_sxbg.gif);
	background-repeat: repeat-y;
}

.bg_yellow_stripes {
	background-image: url(img/content_texture_yellow.gif);
	background-repeat: repeat;
}

.bg_yellow {
	background-color:#FFD600;
}
.text {
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	color: #6F6E6C;
	line-height: 15px;
}
p {
	margin: 0px;
	padding: 0px;
}
.text_link a,a:hover,a:visited,a:active{
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px;
	font-style: italic;
	color: #FFD600;
	text-decoration: none;
}
