/* ~~~~~~~~~~ LINK STYLE ~~~~~~~~~~ */

a:link, a:visited {
	color: #444444;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
	}

a.under:link, a.under:visited {
	color: #444444;
	text-decoration: none;
	}

a.under:hover, a.under:active {
	color: #000000;
	text-decoration: underline;
	}

/* ~~~~~~~~~~ STYLE ~~~~~~~~~~ */

.login {
	width: 104px;
	height: 24px;
	font-size: 12px;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:3px 0px 0px 9px;
	background: transparent;
	border: 0;
	}

.logname {
	color: #555555;
	font-size: 12px;
	padding-top: 4px;
	}

.search {
	width: 104px;
	height: 24px;
	font-size: 12px;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:5px 0px 0px 9px;
	background: transparent;
	border: 0;
	}

/* ^^^^^^^^^^^^ SIDELIST STYLE ^^^^^^^^^^^ */

.sidelist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 26px;
	}

.sidelist li {
	width: 198px;
	margin: 0px 8px 5px 8px;
	}

.sidelist li a {
	background: url(sideli1.gif) no-repeat;
	display: block;
	height: 24px;
	padding-left: 6px;
	line-height: 210%;
	}

.sidelist li a:hover {
	background: url(sideli2.gif) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	}

.sidelist li a:active {
	background: url(sideli2.gif) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	}

/* ^^^^^^^^^^^^ VIDEOLIST STYLE ^^^^^^^^^^^ */

.videolist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.videolist li {
	width: 198px;
	margin: 0px 8px 5px 8px;
	}

.videolist li a {
	background: url(sideli1.gif) no-repeat;
	display: block;
	height: 24px;
	padding-left: 6px;
	line-height: 210%;
	}

.videolist li a:hover {
	background: url(sideli2.gif) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	}

.videolist li a:active {
	background: url(sideli2.gif) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	}

/* ^^^^^^^^^^^^ NEWSLIST STYLE ^^^^^^^^^^^ */

.news-out {
	font-size: 12px;
	width: 464px;
	margin-bottom: 5px;
	height: 28px;
	padding-left: 48px;
	line-height: 240%;
	background: url(newsli1.gif) no-repeat;
	display: block;
	}

.news-over {
	font-size: 12px;
	width: 464px;
	margin-bottom: 5px;
	height: 28px;
	padding-left: 48px;
	line-height: 240%;
	background: url(newsli2.gif) no-repeat;
	display: block;
	}


.newsdate {
	color: #FFFFFF;
	font-size: 12px;
	width: 72px;
	padding-right: 15px;
	}

/* ^^^^^^^^^^^^ FORUMSLIST STYLE ^^^^^^^^^^^ */

.forums-out {
	font-size: 12px;
	width: 464px;
	margin-bottom: 5px;
	height: 28px;
	padding-left: 48px;
	line-height: 240%;
	background: url(foli1.gif) no-repeat;
	display: block;
	}

.forums-over {
	font-size: 12px;
	width: 464px;
	margin-bottom: 5px;
	height: 28px;
	padding-left: 48px;
	line-height: 240%;
	background: url(foli2.gif) no-repeat;
	display: block;
	}


.newsdate {
	color: #FFFFFF;
	font-size: 12px;
	width: 72px;
	padding-right: 15px;
	}

/* ^^^^^^^^^^^^ FONT STYLE ^^^^^^^^^^^ */

.contitle {
	color: #333333;
	font-size: 15px;
	font-weight: bolder;
	}

.condate {
	font-size: 11px;
	color: #BABABA;
	}

.content {
	font-size: 12px;
	color: #777777;
	line-height: 180%;
	}