@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(main_layout.css);
@import url(specific_layout.css);

/* #######################  GENERAL SETTINGS ############################ */

html{
	height:100%;
} 

body{
	margin:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family:Nobile;*/
	font-size:100%;
	color: #000;
}

/*  Heading Formatting */
h1 {
	font-size:1.8em;
	font-weight: 900;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size:1.5em;
	font-weight: 900;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size:1.0em;
	font-weight: 900;
	color: #999;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
h4 {
	font-size:.8em;
	font-weight: 900;
	color: #FC0;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
h5 {
	font-size:1.3em;
	line-height: 0.8em;
	font-weight: 900;
	color: #000;
}
h6 {
	font-size:1.2em;
	line-height: 0.8em;
	font-weight: 900;
	color: #F0F;
}

/* Bssic links */

a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC0;
}
a:hover {
	color: #06F;
	text-decoration: none;
}
a:active {
	color: #06F;
	text-decoration: none;
}

a.titleclass:link {
	color: #000;
	text-decoration: none;
}
a.titleclass:visited {
	text-decoration: none;
	color: #000;
}
a.titleclass:hover {
	color: #06F;
	text-decoration: none;
}
a.titleclass:active {
	color: #06F;
	text-decoration: none;
}

a.titleclass_online:link {
	color: #000;
	text-decoration: none;
}
a.titleclass_online:visited {
	text-decoration: none;
	color: #000;
}
a.titleclass_online:hover {
	color: #06F;
	text-decoration: none;
}
a.titleclass_online:active {
	color: #06F;
	text-decoration: none;
}
a.titleclass_offline:link {
	color: #000;
	text-decoration: none;
}
a.titleclass_offline:visited {
	text-decoration: none;
	color: #000;
}
a.titleclass_offline:hover {
	color: #06F;
	text-decoration: none;
}
a.titleclass_offline:active {
	color: #06F;
	text-decoration: none;
}

a.rightside_title:link {
	color: #06F;
	font-weight: 900;
	font-size: 1.1em;
}
a.rightside_title:visited {
	font-weight: 900;
	color: #06F;
	font-size: 1.1em;
}
a.rightside_title:hover {
	color: #000;
	font-weight: 900;
	font-size: 1.1em;
}
a.rightside_title:active {
	color: #000;
	font-weight: 900;
	font-size: 1.1em;
}
a.rightside_clickphrase:link {
	color: #FC0;
	font-weight: 900;
	font-size: .9em;
}
a.rightside_clickphrase:visited {
	font-weight: 900;
	color: #FC0;
	font-size: .9em;
}
a.rightside_clickphrase:hover {
	color: #06F;
	font-weight: 900;
	font-size: .9em;
}
a.rightside_clickphrase:active {
	color: #06F;
	font-weight: 900;
	font-size: .9em;
}

img {border: 0 none;}

/* Clears Divs */
#clr{
	clear: both;
}




