/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}


/* 
----------------------------------------------------------------------------- 
INLINE
-----------------------------------------------------------------------------*/
body{
	font-family:Trebuchet MS;
	font-size:11px;
	line-height:16px;
	color:#cccccc;
	
	background:url('/images/common/omni-bg_tiler.gif') top center repeat-y #000;
}
a{
	color:#FFF;
	text-decoration:none;
}
.connor a{
	color:#1ac396;
	text-decoration:none;
}
.sportCourt a{
	color:#f15603;
	text-decoration:none;
}
.international a, .sp-green{
	color:#01563f;
	text-decoration:none;
}
.international a:hover{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	margin-bottom:15px;
}
h2{
	font-size:18px;
}
h3{
	font-weight:bold;
}
h4{

}
sup{
	font-size:8px;;
}
em{
	font-weight:bold;
}

img{
	behavior: url(resources/htc/iepngfix.htc);
}

a:hover img.pulse {
filter: alpha(opacity=85);
-moz-opacity: .85;
opacity: .85;
}