/*--CSS RESET --------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    color: black;
    background: white;
}

caption
{
    font-weight: normal;
}

/* ----------------------------------------*/
img
{
    border: 0;
}

.clearfix
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

.silverlightHost
{
    height: 100%;
}


.spotlights  div{ 
	margin: 20px;
}
.spotlights  div h2{
	font-family: Tahoma,Geneva,sans-serif; 
	font-size: 13pt; 
	font-weight: bold; 
	color: rgb(1, 56, 38); 
	padding-bottom: 10px;
}
.spotlights  div p img{ 
	border: 1px solid rgb(185, 185, 211); 
	padding: 5px; 
	margin-bottom: 10px;
	
}
.spotlights  div p{ 
	font-family: Tahoma,Geneva,sans-serif; 
	font-size: 9pt; 
	line-height: 1.4em; 
	padding-bottom: 10px;
}

.centerP
{
    text-align: center;
}
