/****************************************
SITE-GLOBAL STYLE SPECIFICATION  #EEE;
****************************************/
html{
	margin:0px;
}
body{
	margin:0px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	background:url('../../images/bg_page_tiler.gif') center top;
}
body div{
	text-align:left;
}
form{
	margin: 0px;
	border: 0px; 
	padding: 0px;
}
a *{
	border: none;
}
a {
	text-decoration:none;
	color:red;
}
a:hover {}
p{}

/****************************************
IMAGES
****************************************/
img{
	BORDER: none;
}
/****************************************
INPUT/SELECT
****************************************/


/****************************************
MISC.
****************************************/
*.link{
	CURSOR: hand;	
	CURSOR: pointer;
}

