/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #0083B7;
	background-repeat: repeat-x;
}

p,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #666666;
	text-align: left;
}
p  a:link {color: #47B883; font-weight: bold; text-decoration: underline} 
p  a:visited {color: #47B883; font-weight: bold; text-decoration: none} 
p  a:hover {color: #47B883; font-weight: bold; text-decoration: none} 
p  a:active {color: #47B883; font-weight: bold; text-decoration: none}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #47B883;
	text-align: left;
}

.mainbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #47B883;
	font-weight: bold;
}
.mainbold  a:link {color: #47B883; text-decoration: underline} 
.mainbold  a:visited {color: #47B883; text-decoration: none} 
.mainbold  a:hover {color: #569FC2; text-decoration: none} 
.mainbold  a:active {color: #47B883;	text-decoration: none}

.box {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8FB883;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
.password {
	background-image: url(../images/password.jpg);
	background-repeat: no-repeat;
	height: 195px;
	width: 160px;
}
