﻿
/* This ID is related to the body of the webpage and contains the important positioning information for the webpage background as well */

body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: none;
	background-color:#000000;
}

.Maintextstyle{
	font-family:Tahoma;
	font-size:11px;
	
}
	
.titaltext {
	font-size: 18px;
	color: #606060;
}

.Captiontextstyle{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
}

.Titletextstyle{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #666666;
}

.Buttonstyle1
{
	background-color:Transparent;
	font-family: Tahoma;
	color: #01539D;
	font-size: 11px;
	border-color:#01539D;
	border-style:solid;
	border-width:0px;
	background-image: url('../images/butntry.jpg');
	background-repeat:repeat-x; 
	cursor:pointer;
}

.Errormessagetextstyle {
	color: #e50505;
	font-family: Tahoma;
	font-size: 11px;
	font-style:normal;
}

.Checkboxstyle {
	color: #01539D;
	font-family: Tahoma;
	font-size: 11px;
}

.Textboxstyle
	
{
border-width: 1px;
color: #01539D;
border-color: #7f9db9;
border-style: solid;
font-family: Tahoma;
font-size: 11px;
}

.Dropdownboxstyle {
	color: #01539D;
	font-family: Tahoma;
	font-size: 11px;
	width:130px;
	height:18px;
}

.Commenstyle {
	font-family: Tahoma;
	font-size: 11px;
}

.style2 {font-size: 11px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style5 {font-size: 10px}
.style6 {font-size: 10px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style7 {font-size: 11px}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style8 {color: #FFFFFF}
-->
</style>