
/* RESET START
--------------------------------------------------------------*/
.menutext{
	color:#000;
	text-decoration:none;
	font:normal 12px arial;
}
.submenutext{
	text-decoration:none;
	font:normal 12px arial;
	color:#000;
}
.us_news_text_cell a{
	text-decoration:none;
	font:normal 12px arial;
	color:#000;
}

/* Credits */
.linktext,
.creditstext {
	color:#000;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
}


html,body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family:arial;
}

p, blockquote {
	margin: 0;
	padding: 0;
	font-family:arial;
}

a img, iframe { border: none; }
	
/* HEADERS
------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
	
/* LISTS
------------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}
	
/* LINKS
------------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* FORMS
------------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: arial;
}
	
select { padding: 0; }

/* RESET END
--------------------------------------------------------------*/





/* CONTAINERS START
--------------------------------------------------------------*/
.fw{
	width:100%;
}

.fh{
	height:100%;
}

.fwh{
	width:100%;
	height:100%;
}

/* CONTAINERS END
--------------------------------------------------------------*/


/* BACKGROUNDS START
--------------------------------------------------------------*/

.nr
{
	background-repeat:no-repeat;
}

.rx
{
	background-position:left;
	background-repeat:repeat-x;
}

.ry
{
	background-position:top;
	background-repeat:repeat-y;
}

.tl_nr
{
	background-position:top left;
	background-repeat:no-repeat;
}

.tr_nr
{
	background-position:top right;
	background-repeat:no-repeat;
}

.tc_nr
{
	background-position:top center;
	background-repeat:no-repeat;
}

.bl_nr
{
	background-position:bottom left;
	background-repeat:no-repeat;
}

.br_nr
{
	background-position:bottom right;
	background-repeat:no-repeat;
}

.bc_nr
{
	background-position:bottom center;
	background-repeat:no-repeat;
}

/* BACKGROUNDS START
--------------------------------------------------------------*/

