@charset "iso-8859-1";
/* CSS Document */
body {
font-family:verdana, arial, helvetica, sans-serif;
font-size: 11px;
}

/* Getting Started Wizard */
#title {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8bbcc3;
}

/* Section Name */
#section {
	font-family: Verdana, Tahoma, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #4288b9;
}

/* Sub-page Name */
#sub-page {
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #033b73;
}

/* Sub-page Name */
#sub-sub-page {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #033b73;
}
	
/* Category Name */
#category {
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
	
/* Anchor Links */
a:link {
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #4288b9;
}

a:visited {
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #4288b9;
}

a:hover {
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #F3960b;
}

a.title:link {
	text-decoration: none;
	font-size: 12px;
	font-family:Verdana,Tahoma,Arial;
	color: #a1a1a1;
	font-weight:bold;
}

a.title:visited {
	text-decoration: none;
	font-size: 12px;
	font-family:Verdana,Tahoma,Arial;
	color: #a1a1a1;
	font-weight:bold;
}

a.title:hover {
	text-decoration: underline;
	font-size: 12px;
	font-family:Verdana,Tahoma,Arial;
	color: #F3960b;
	font-weight:bold;
}

img {border: none !important;}

/*Line 52 HTML */
body {
	background-image:url(./images/ui_sprites_bg_snap_to_smallest_width.png); 
	background-repeat: repeat-x;
}
body { background-position:0 -1623px;}

