@charset "utf-8";
/* CSS Document */

body {
margin: 0 0 0 0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}
/* ------------------------------------------------------------- */

.whiteheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	letter-spacing: 0px;
	color : #FFF;
	font-weight: bold;
	font-style : normal;
	text-decoration: none;
}

.whiteheading a:link {
	color : #FFF; 
	text-decoration: none;
}
.whiteheading a:visited {
	color : #FFF;
	text-decoration: none;
}
.whiteheading a:hover {
	color : #FFF; 
	text-decoration: none;
}
.whiteheading a:active {
	color : #FFF;
	text-decoration: none;
}
/* ------------------------------------------------------------- */

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing: 0px;
	color : #FFF;
	font-weight : normal;
	font-style : normal;
}

.style2 a:link {
	color : #FFF; 
	text-decoration:underline;
	font-weight: normal;
	text-decoration : none;
}
.style2 a:visited {
	color : #FFF;
	text-decoration : none;
}
.style2 a:hover {
	color : #FFF; 
	font-weight: normal;
	text-decoration:underline;
}
.style2 a:active {
	color : #FFF;
	text-decoration : none;
	background-color : #fcfbc4;
}

/* ------------------------------------------------------------- */

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing: 0px;
	color : #088dd1;
	font-weight : normal;
	font-style : normal;
}

.style3 a:link {
	color : #088dd1; 
	text-decoration:underline;
	font-weight: normal;
	text-decoration : none;
}
.style3 a:visited {
	color : #088dd1;
	text-decoration : none;
}
.style3 a:hover {
	color : #088dd1; 
	font-weight: normal;
	text-decoration:underline;
}
.style3 a:active {
	color : #088dd1;
	text-decoration : none;
	background-color : #fcfbc4;
}

/* ------------------------------------------------------------- */

.small {
	font-size: 11px;
}

/* ------------------------------------------------------------- */

.heading {
	font-size:16px;
	font-weight:bold;
	color:#2175BC;
}

/* -----------------------------------*/

#content{
	text-align:justify;
	}
	
.links{
font-weight:bold;
width:160px;
border-left:none;
border-right: none;
border-top: none;
border-bottom:1px dotted #CCCCCC;
padding-left:0px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
}

#marqueecontainer{
position: relative;
width: 160px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

#caption{
position: relative;
width: 160px; /*marquee width */
height: 15px; /*marquee height */
background-color: orange;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

