/***** Global Settings *****/
html {
	margin : 0;
	padding : 0;
	overflow-y: scroll; /* This line is used to always show the scroll bar in firefox */
	overflow-x: auto;
	margin-top: 0;
} 

body {
	background:#ffffff url(../images/bg.jpg) repeat center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 
/***** Common Formatting *****/
p{
	margin:0;
	padding:0 0 18px 0;
}


img {
	border: 0;
}

table, tbody, tr, td, th {
	border-collapse: collapse;
	color: #000;
	line-height: 16px;
	font-size: 12px;
}


/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}

a {
	font-family: Trebuchet MS, Helvetica, Verdana;	
	text-decoration: none;
	color: #000000;
}

a:link { color:#333333;}
a:visited { color:#494949; text-decoration:none}
a:hover { color:#000000; font-weight:500 text-decoration:underline}
a:active { color:#CCCCCC; text-decoration:none}


.link_norm {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 12px;
	text-decoration: none;
}
.link_norm:hover {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 12px;
	text-decoration: underline;
}
a.link_upper_white {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.link_mini {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 9px;
	
}
.link_mini:hover {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 9px;
	text-decoration:underline;
	
}
.link_mini_footer {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #E9E9E9;
}

.link_white {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}

.link_white_bold {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.link_med_bold {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
}

.link_med:hover {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.text_content {
	font-family: Georgia;
	font-size: 14px;
	line-height: 22px;
}

td {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 12px;
	line-height: 16px;
}

.text_white{
	color: #ffffff;

}

.text_norm {
	font-family: Georgia;
	font-size: 14px;
	line-height: 22px;
}
.text_norm_red {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 12px;
	color:#FF0000;
}

.text_norm_green {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 12px;
	color:green;
}

.text_italic {
	font-style: italic;
}
.text_large_bold {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 24px;
	font-weight: bold;
}
.link_large_bold {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 24px;
	font-weight: bold;
}
.link_large_bold:hover {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 24px;
	font-weight: bold;
	text-decoration:underline;
}

.text_large_bold_red {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 14px;
	font-weight: bold;
	color:#FF0033;
}

.text_med_bold {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 13px;
	font-weight: bold;
}

.text_bold {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
}

.text_bold_white {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.text_mini {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 9px;
}
.text_mini_bold {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 9px;
	font-weight: bold;
}

.text_mini_red {
	font-family: Trebuchet MS, Helvetica, Verdana;
	font-size: 9px;
	color: red;
}

