/*

	File: tj.css
	Media: tj™
	Author: Steve LaSalle

*/

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../assets/images/bg/bg_gradient.jpg);
	background-repeat: repeat;

}

img, div { 

	behavior: url("iepngfix.htc")

}

body,td,th {

	font-family: Arial;
	color: #e4e4e4;
	text-decoration: none;
	font-size: 12px;
	line-height: 190%;

}

a:link {

	color: #9c1421;
	text-decoration: underline;

}

a:visited {

	color: #494999;
	text-decoration: underline;

}

a:hover {

	color: #ffffff;
	text-decoration: none;

}

a:active {

	color: #ffffff;
	text-decoration: underline;

}

/* Setting various text sets seperate from the main */


.copyright {

	font-size: 9px; 
	color: #e4e4e4; 
	font-weight: regular;

}