a:link {
	text-decoration:none;
	color:#03F;
}
a:visited {
	text-decoration:none;
	color:#03F;
}
a:hover {
	text-decoration:underline;
	color:#03F;
}
body {
	margin-left: 10px;
	margin-top: 1px;
	background-color:#FED981;
}
.headerDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.tags {
	font-family:  Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #0066CC;
	word-spacing: normal;
	text-decoration: none;
}
.title {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #D77104;
	word-spacing: -1;
	text-decoration: none;
}
.tags:hover {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	border-color: #ccc #fff #060;
	background: #0066CC;
}
.tagsstyle {
	font-family:  Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	word-spacing: normal;
	text-decoration: none;
}
.tagsstyle:hover {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: normal;
	background: #0066CC;
}
.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	word-spacing: normal;
	text-decoration: none;
	font-weight: normal;
}
.menu:link, .menu:visited, .menu:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
	word-spacing: normal;
	text-decoration: none;
}
.menu:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-decoration: underline;
	word-spacing: normal;
}
.menutop:link, .menu:visited, .menu:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
	word-spacing: normal;
	text-decoration: none;
}
.menutop:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	word-spacing: normal;
}
.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #3c3c3c;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.lfetmenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #686860;
}
.textField {
	height: 20px;
	width: 186px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bigfontRed {
	font-family: Geneva;
	font-size: 14px;
	color: #FF0000;
	line-height: 12px;
	word-spacing: normal;
}
.bigfontBlue {
	font-family: Verdana;
	font-size: 14px;
	color: #0033CC;
	line-height: 20px;
	word-spacing: normal;
	text-decoration:none
}
.normalWhitefont:link, .normalWhitefont:visited, .normalWhitefont:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
	word-spacing: normal;
	text-decoration: none;
}
.normalWhitefont:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	line-height: 15px;
	text-decoration: none;
	word-spacing: normal;
}
.bigfontTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #c76a41;
	line-height: 20px;
	word-spacing: normal;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	color: #993333;
}
.small-title {
	font-family: Trajan Pro, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #BD7104;
}
/***** LOGIN PAGE  ******/

#USER_LOGIN {
	position:absolute;
	/*right:100px;
	top:2px !important; */
	right:290px;
	top:110px;
	width:300px;
	height:130px;
	border:1px solid #ccc;
	background:#fff;
	/*opacity:0.9; */
	z-index:101;
}
#USER_LOGIN input:focus, #USER_LOGIN input.error:focus {
	background-color: #FFC;
	border-color: #FC6;
}
#USER_LOGIN a {
	color:#999999;
	margin-right:5px;
	margin-left:8px;
}
#USER_LOGIN a:hover {
	color:#6699FF;
}
/***** SENT VIDEO PAGE  ******/

#SENT_PAGE {
	position:absolute;
	/*right:100px;
	top:2px !important; */
	right:250px;
	top:575px;
	width:300px;
	height:130px;
	border:1px solid #ccc;
	background:#fff;
	/*opacity:0.9; */
	z-index:101;
}
#SENT_PAGE input:focus, #SENT_PAGE input.error:focus {
	background-color: #FFC;
	border-color: #FC6;
}
#SENT_PAGE a {
	color:#999999;
	margin-right:5px;
	margin-left:8px;
}
#SENT_PAGE a:hover {
	color:#6699FF;
}
a {
	text-decoration: none;
}
body {
	text-decoration: none;
	background-color: #FFF3C6;
}

