/* DEFAULTS */
h1, h2, h3, h4, h5, h6, div, p, form, img, ul, ol {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input {
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

.t-right {
	text-align:right;
}

.t-left {
	text-align:left;
}

a {
	color:#ccc;
	font-weight:bold;
	font-size:11px;
}

ol, ul {
	padding:0px;
	margin:0px 25px 10px 25px;
}

ol, ul li {
	text-align:justify;
	line-height:20px;
	font-size:12px;
}

.news-title table tbody tr td {
	line-height:20px;
	font-size:12px;
}

ul li ul {
	margin:0px 25px 0px 25px;
	padding:0px;
}

ol li ol {
	margin:0px 25px 0px 25px;
	padding:0px;
}

.red {
	color:#ff0000;
}

.bold {
	font-weight:bold;
}

.normal {
	font-weight:normal;
}

.no-underline:hover {
	text-decoration:none;
}

.one-pix-border {
	border:1px solid #fff;
}

.default-font {
	font-size:11px;
}
