/*******************Global CSS Settings********************/

/* Global Background */
body{
	background-image: url("../img/support/background.jpg");
	background-position: 50% 25%;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

/*Global Table Settings*/
th{
	font-size: 17px;
	color: #808080;
	font-family: tahoma;
}

td{
	font-size: 12px;
	color: #808080;
	font-family: tahoma;
}

/*Global List Settings*/
ul{
	list-style-position:inside;
}

li{
	text-indent:25px;
}

/*Global Link Settings*/
a:link{
	 text-decoration: underline;
	 color: #808080;
	 font-size: 12px;
	 font-family :tahoma;
}
 
a:visited{
	 text-decoration: underline;
	 color: #808080;
	 font-size: 12px;
	 font-family :tahoma;
}

a:hover{
	 text-decoration: underline;
	 color: #990000;
	 font-size: 12px;
	 font-family :tahoma;
}

a:active{
	 text-decoration: underline;
	 color: #808080;
	 font-size: 12px;
	 font-family :tahoma;
}