/* General */
body {
	color: #c2c2c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select, textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;

}

p {
	font-size: 1.2em;
}

a {
	color:#ffda00;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4{
	text-transform: uppercase;
}

h2 {
	font-family: DIN-Bold, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	line-height: 1em;
}

h3 {
	font-family: DIN-Bold, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

h4 {
	font-family: DIN-Bold, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

h5 {
	font-size: 1.3em;
	font-weight: bold;
}


#loggedout_copy p { color: #6abbe8; font-size: 1.2em; font-weight: bold; }
#loggedout_copy p a { font-weight: bold; }

input.login_submit_value { color: #FFFFFF; }

#body_contents_home_right_blogforum ul li { line-height: 1.5em; }
#body_contents_home_right_blogforum ul li a { font-size:1.2em;line-height: 1.5em; }

#body_contents_watch_left_blogforum ul li { line-height: 1.5em; }
#body_contents_watch_left_blogforum ul li a{ font-size:1.2em; }

.list_link_color_yellow li a{font-size: 1.2em;}
#userDetails a { color: #ffda00;}

#scoreStatistics p, #achievements p {  font-weight: bold; line-height: 1.4em; }

#body_contents_help_left p {font-size: 1.2em;}

.errorMessage p { color: #cc0000;font-size: 1.2em; }

a.sb_nw_800x550 { color: #000000; }

/* Font sizes */
.font_size_10 { font-size: 1.0em; }
.font_size_11 { font-size: 1.1em; }
.font_size_12 { font-size: 1.2em; }
.font_size_13 { font-size: 1.3em; }
.font_size_14 { font-size: 1.4em; }
.font_size_15 { font-size: 1.5em; }
.font_size_16 { font-size: 1.6em; }
.font_size_17 { font-size: 1.7em; }
.font_size_18 { font-size: 1.8em; }
.font_size_19 { font-size: 1.9em; }
.font_size_20 { font-size: 2em; }
.font_size_24 { font-size: 2.4em; }

.line_height_10 {line-height: 1em;}

ul.list_font_size_10 li p, ul.list_font_size_10 li a { font-size: 1em;}
ul.list_font_size_11 li p, ul.list_font_size_11 li a { font-size: 1em; }
ul.list_font_size_12 li p, ul.list_font_size_12 li a { font-size: 1.2em; }
ul.list_margin_bottom_5 li{margin-bottom:0.5em;}

/* Font weights */
.font_bold{font-weight:bold;}

/* Text align */
.text_align_center{text-align:center;}
.text_align_left{text-align:left;}
.text_align_right{text-align:right;}
.text_align_justify{text-align:justify;}

/* Text decoration */
.text_decoration_none{text-decoration:none; }
.text_decoration_underline{text-decoration:underline; }


#footer_content div.link a:hover div.footer_text{text-decoration:underline;}
.link_blue_onrollover a { color: #c2c2c2;}
.link_blue_onrollover a:active { color: #6abbe8; }
.link_blue_onrollover .footer_link_active{color: #6abbe8; }

/* Text color */
.text_color_white {color:#FFFFFF;}
.text_color_yellow {color:#ffda00;}
.text_color_black {color:#000000;}
.text_color_blue_6abbe8 { color: #6abbe8; }
.text_color_grey { color: #c2c2c2; }
ul.list_text_color_yellow li { color: #ffda00; }

.link_color_yellow a { color: #ffda00; }
.link_color_white a { color: #FFFFFF; }

p.p_link_color_yellow a { color: #ffda00; }
p.p_link_color_white a { color: #FFFFFF; }
ul.list_link_color_yellow li a { color: #ffda00;  }
ul.list_link_color_white li a { color: #FFFFFF;  }

