body {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:13px;
}

table {
	font-size:13px;
}

#rootLYR {
	width:100%;
}


/********************/
/*	Top				*/
/********************/


#fest_topLYR {
	width:100%;
	height:38%;
}

div.top_menu {
	width:100%;
	height:24px;
	background-color:#333599;
	font-size:11px;
	text-align:center;
}

/********************/
/*	Center			*/
/********************/

#centerLYR {
	position:absolute;
	padding:10px 179px 10px 209px;
}

#center_contentLYR {
	width:100%;
}

/********************/
/*	Left&Right		*/
/********************/

#leftLYR {
	width:199px;
	padding:10px;
	background-color:#CCE6FF;
	background-image: url(/images/fone_leftLYR.gif);
	background-repeat: repeat-y;
	background-position:right;
}

#rightLYR {
	width:169px;
	padding:10px;
	background-color:#FFFED5;
	background-image: url(/images/fone_rightLYR.gif);
	background-repeat: repeat-y;
	background-position:left;
}

#left_contentLYR {
	position:absolute;
	width:175px;
	line-height:14px;
}

#right_contentLYR {
	position:absolute;
	width:145px;
	line-height:14px;
}

/********************/
/*	Bottom			*/
/********************/

#bottomLYR {
	display:none;
}

table.bottom {
	width:100%;
	height:30px;
	font-size:10px;
	background-color:#3962CE;
	text-align:center;
}


/********************/
/*	String elements	*/
/********************/

font.blue_text {
	color:#993599;
}

font.white_text {
	color:#FFFFFF;
}

font.gray_text {
	color:#666666;
}

font.gray_text_1 {
	color:#666666;
	font-size:15px;
}

div.gray_text {
	color:#000000;
}

font.red_text {
	color:#D30505;
}


a.blue_link {
	color:#C70408;
	text-decoration:none;
}

a:hover,
a.blue_link:hover {
	text-decoration:underline;
	color:#C70408;
}

a.yellow_link {
	color:#FFD200;
	text-decoration:none;
	font-family:Arial;

}

a.gray_link {
	color:#333333;
}

a.gray_link1 {
	color:#222222;
        font-size: 15px;
	text-decoration:none;
}

a.white_link {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial;
}

a,
a.red_link {
	color:#C70408;
	text-decoration:none;
}


/********************/
/*	Block elements	*/
/********************/

h1 {
	font-family:Pragmatica;
	text-align:center;
	margin: 0px 0px 0px 0px;
	color:#C70408;
	font-size:18px;
	text-decoration:underline;
}

h2 {
	text-align:center;
	margin:-5px 0px 10px 0px;
	color:#333599;
	font-size:17px;
}

h3 {
	text-align:center;
	margin:-5px 0px 10px 0px;
	color:#333599;
	font-size:15px;
}

div.author_source {
	text-align:right;
}

div.author_source font {
	font-size:80%;
}

hr.gray_hr {
	color:#666666;
	height:1px;
}

hr.black_hr {
	color:#000000;
	height:1px;
	margin:0px;
}

table.yellow_header {
	background-color:#FFCC00;
}

table.red_header {
	margin-top:5px;
	background-color:#D30505;
}

table.blue_header {
	margin-top:5px;
	background-color:#333599;
}

table.green_header {
	margin-top:5px;
	background-color:#99CD00;
}

table.light_blue_header {
	margin-top:5px;
	background-color:#3962CE;
}

td.header,
td.header_right {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding:0px 15px 0px 15px;
}

td.header_right {
	text-align:right;
}

input, textarea {
	border:1px solid #000000;
}

input.button {
	background:#3962CE;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #3962CE;
}

img.img {
	margin:0px 5px 5px 0px;
	border:1px solid;
}

p {
	margin:0;
}

article {
	color:#000000;
}