/* CSS Document */

body {
	margin: 0px;
	background: #e9eaca url(images/bg-top.gif) repeat-x top left;
}

.logo-bg{
	background: #e9eaca url(images/logo-bg.jpg) no-repeat top left;
    width:800px;
	height:240px;
}

.ctr-t-c{
	background: url(images/ctr-t-c.gif) repeat-x top left;
}

.ctr-b-c{
	background: url(images/ctr-b-c.gif) repeat-x top left;
}

.ctr-l{
	background: url(images/ctr-l.gif) repeat-y top left;
}

.ctr-r{
	background: url(images/ctr-r.gif) repeat-y top left;
}

.fotter-bg{
	background: url(images/fotter-bg.gif) repeat-x top left;
	height: 80px;
}

.text-1{
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
	FONT-SIZE : 13px; 
	COLOR : #000000; 
}
.text-1 a {
	color: #000000;
	text-decoration: none;
}
.text-1 a:hover {
	color: #000000;
	text-decoration: underline;
}

.title-1{
	FONT-FAMILY: Trebuchet MS, Verdana, Helvetica, sans-serif; 
	FONT-SIZE : 23px; 
	COLOR : #0c3d8d; 
	
}

.line-bg{
	background: url(images/line-bg.gif) repeat-x top left;
	height: 1px;
}


.text-2{
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
	FONT-SIZE : 16px; 
	COLOR : #0c3d8d; 
}

.googles{
	border: 2px solid #0c3d8d;
	margin:7px;
}

.text-3{
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
	FONT-SIZE : 13px; 
	COLOR : #0c3d8d;
	font-weight:bold; 
}

.text-3 a {
	color: #0c3d8d;
	text-decoration: none;
}
.text-3 a:hover {
	color: #ff0f0f;
	text-decoration: underline;
}

