/* CSS Document */
.green-text {
	font-family: Tahoma;
	font-size: 18px;
	color: #719a1b;
	text-decoration: none;
	font-weight: bold;
}

.top-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #719a1b;
	text-decoration: none;
	font-weight: bold;
}
a.top-text-2:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.top-text-2:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #F76405;
	text-decoration: underline;
	font-weight: bold;
}
a.top-text-2:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

.top-text-3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.more-link
{
	font-family: Tahoma;
	font-size: 11px;
	color: #33A5DB;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a.morelink:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a.morelink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a.morelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #E0531D;
	text-decoration: none;
	font-weight: bold;
}
a.payment:link {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #E0531D;
	text-decoration: underline;
	font-weight: bold;
}
a.payment:visited {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #E0531D;
	text-decoration: underline;
	font-weight: bold;
}
a.payment:hover {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

.mainlinks {
	font-family: Tahoma;
	font-size: 13px;
	color: #2497CE;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.footerlinks {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family:verdana;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	word-spacing:1px;
	text-align: justify;
/*	padding-right: 10px;
	padding-left: 10px;*/
}


.text-2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
	line-height: 15px;
}

.text-3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


/*.text-4 {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}*/
.text-4
{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}






.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #AEAEAE;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


.input-fields {
    font-family: Tahoma;
    font-size: 11px;
    color: #993333;
    background-color: #FFF9F9;
    border: 1px solid #993333;
}

.dotted-border
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.dotted-border-2 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F76405;
	border-right-color: #F76405;
	border-bottom-color: #F76405;
	border-left-color: #F76405;
}
.blue-box {
    background-image: url(images/b-box.jpg);
    background-repeat: no-repeat;
}
.message 
{
	font-family: Tahoma;
	font-size: 11px;
	color: #993333;
	background-color: #FFF9F9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #993333;
	border-bottom-color: #993333;	
}
.email-color
{
	font-family: Tahoma;
	font-size: 11px;
	color: #993333;
}
.email
{
	font-family: verdana;
	font-size: 12px;
	color: #993333;
}

ul {margin-left: 0.75em; padding-left: 0.75em;} 

ol {margin-left: 0.75em; padding-left: 0.75em;} 

.services-text
{
 color: #006600; 
 font-family: Tahoma; 
 font-weight: bold;
 font-size:11pt;
}
.border-green
{
	border: 1px solid #719a1b;
}
.border-blue
{
	border: 1px solid #00CCFF;
}
.form-border
{
    border: 1px solid #762727;
}
ul {margin-left: 0.75em; padding-left: 0.75em;} 
ol {margin-left: 1.0em; padding-left: 1.95em;}
.places{
	font-family: Tahoma;
	font-size: 13px;
	color: #33A5DB;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}
.border-homestay
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FEBE5C;
}
.border-homestay-bottom
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEBE5C;
}

.signin {
	BACKGROUND-COLOR: #FFF9F9; BORDER-BOTTOM: #993333 1px solid; BORDER-LEFT: #993333 1px solid; BORDER-RIGHT: #993333 1px solid; BORDER-TOP: #993333 1px solid; COLOR: ##993333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: normal; HEIGHT: 20px;
}
.image-border
{
    border: 1px solid #7B8294;
}
