body {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	
	margin: 0px;
	padding: 0px;

	color: #000000;
	
	background-color: #ffffff;
	
	-webkit-text-size-adjust: none;
}

body a {
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

b {
	font-weight: normal;
}

.text_bold {
	font-weight: bold;
}

.text_italic {
	font-style: italic;
}

.text_underline {
	text-decoration: underline;
}

.text_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

.yellow {
	color: #f5e28f;
}

