body{ margin:0;
}.bg {
	background-color: #1496c7;
}
.bg2 {
	background-color: #5fb6d7;
}
.mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	text-transform: uppercase;
}
.mainlinks A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	text-transform: uppercase;
}
.mainlinks A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	text-transform: uppercase;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4e525f;
	text-decoration: none;
	text-transform: uppercase;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #117DA6;
	text-decoration: none;
}

.sub_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #d78206;
	text-decoration: none;
}
.sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5fb6d7;
	padding-left: 10px;
}
.sublinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #5fb6d7;
	padding-left: 10px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B56F04;
	text-decoration: none;
	text-transform: capitalize;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 15px;
}

/*Admin Page*/
.adminlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;	
}

a.adminlink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;	
}

a.adminlink:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;	
}

.heading
{
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #0063a8;
	text-decoration: none;	
}

.loginbox
{
	background-color: #8bdaf8;
	border: 1px solid #67c2e5;	
	
}

.boxbg
{
	background-image: url(../images/loginbg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1496c7;
	text-decoration: none;
}
.textfield
{
	background-color:#dddddd;
	height: 20px;
	line-height:20px;
	border:none;
	width:150px;
	padding-right: 5px;
	padding-left: 5px;
}

/*Photo Gallery*/

.thumb
{
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	height: 120px;
	width: 130px;
}

.thumbname
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #3E3E3E;
	background-color: #eaeaea;
	line-height: 20px;
	text-decoration: none;
	height: 20px;
}
.txtfield
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;

	color:#333333;
	width:120px;
	background-color:#FFFFFF;
	border:#606060 solid 1px;	
}