body {
	margin:0px;
	padding:0px;}

.bg {
	background-image: url('../images/bg_img.jpg');
	background-repeat: repeat-y;
	border-left:1px solid #9fbabe;
	border-right:1px solid #9fbabe; }
	
a:link {
	text-decoration : none;
	color: #3261f5; }
	
a:visited {
	text-decoration : none;
	color : #3261f5; }
	
a:hover {
	color : #fc0000; }
	
.bottom {
	font-family: Verdana;
	Font-size: 10px;
	background-image: url('../images/bg_bottom.jpg');
	color:#FFFFFF; }
	
.fontc {
	font-family: Verdana;
	font-size: 12px;
	color:#2A2A2A;
	text-align: justify;
	line-height:170%;
	margin-bottom:5; }
	
.errormsg {
	font-family: Verdana;
	font-size: 10px;
	color:#ff3300;
	}

.fontb {
	font-family: Verdana;
	font-size: 12px;
	color:#2A2A2A;
	text-align: justify;
	font-weight: bold;
	margin-bottom:5;
	margin-top:5; }

.top_text {
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
	text-align: right; }

.sub_menu {
	font-family: Verdana;
	font-size: 12px;
	color:#004858;
	font-weight: bold;
	text-align: right; }

.text01 {
	font-family: Verdana;
	font-size: 10px;
	color:#343434;
	text-align: center;
	line-height:150% }

.text02 {
	font-family: Verdana;
	font-size: 11px;
	color:#343434;
	text-align: center;
	font-weight:bold;
	line-height:150% }
	
.leftmenu
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	text-align: left;
	font-variant:small-caps;
	font-weight:bold;
	text-indent:20;
	line-height:100%;
	background-color:#9fbabe; }

.breadcrumb {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;	}

.photo-title {
	font-family: Verdana;
	font-size: 12px;
	color: #ac3100;
	font-weight:bold;
	text-align: center; }

.heading {
	font-family: Verdana;
	font-size: 14px;
	color: #004858;
	font-weight:bold;
	font-variant:small-caps;
	margin-left:10;
	margin-right:10; }

.photo
{
	border: 5px solid #bebebe
}

.cell01 {
	font-family: Verdana;
	font-size: 9px;
	color: #004858;
	text-align: left;
	background-color:#9FBABE;
	padding: 2px;
	border: 1px solid #004858; }

.cell02 {
	font-family: Verdana;
	font-size: 9px;
	color: #004858;
	text-align: left;
	padding: 2px;
	border: 1px solid #004858; }
	 
.table_border {
	border: 1px solid #004858; }

.text-box {
	border : 1px solid #b7b7b7;
	font-family : Tahoma;
	font-size : 11px;
	background-color : #f5f5f5;
	color : #5f5f5f; }
	
.box {
	border : 2pt solid #a3c3c0;
	font-family : Tahoma;
	font-size : 11px;
	color : #ffffff;
	background-color : #004858;
	text-transform : uppercase;
}

/* ==================== Text Scroller ==================== */

#marqueecontainer{
	position: relative;
	width: 400px; /*marquee width */
	height: 100px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 0px solid orange;
	padding: 2px;
	padding-left: 4px;	font-family:tahoma;
	font-size:11px;
	color:#333333;
	text-align:left;
	line-height:150%  }