/* general styles begin here */
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* general styles end here */



/* website texts begin here */
td {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	text-align:justify;
	color: #4D4D4D;
	text-decoration: none;
}

.text {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #4D4D4D;
	text-decoration: none;
}
.black {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #333333;
	text-decoration: underline;
}

.black_head {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
}
.red {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
	color: #ff0000;
	text-decoration: none;
}

/* website texts end here */




/* website CSS images begin here */

.menu_bg {
	background-image: url(../website_images/menu/menu_bg.jpg);
	height: 30px;
	width: 280px;
}
.horz_dots {
	background-image: url(../website_images/horz_dots.jpg);
	background-repeat: repeat-x;
	height: 1px;
}

.rounded_border_bottom {
	background-image: url(../website_images/rounded_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 280px;
}

/* website CSS images end here */




/* website link begin here */
a:link {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #4D4D4D;
	text-decoration: none;
}
a:visited {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #4D4D4D;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #990000;
	text-decoration: none;
}
.b:link {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #333333;
	text-decoration: underline;
}
.b:visited {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #333333;
	text-decoration: underline;
}
.b:hover {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #990000;
	text-decoration: none;
}




.bc:link{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 19px;
	color: #6B6B6B;
	text-decoration: none;
}
.bc:visited{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 19px;
	color: #6B6B6B;
	text-decoration: none;
}
.bc:hover{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 19px;
	color: #6B6B6B;
	text-decoration: none;
}





.c:link {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #4D4D4D;
	text-decoration: none;
}
.c:visited {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #4D4D4D;
	text-decoration: none;
}

.c:hover {
	font-family: verdana;
	font-size: 10px;
	line-height: 19px;
	color: #ff0000;
	text-decoration: underline;
}


/* website link ends here */


/* website border begin here */

.border {
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C2CACF;
	border-bottom-color: #C2CACF;
	border-left-color: #C2CACF;
}

.border_square {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #94A2AB;
	border-right-color: #94A2AB;
	border-left-color: #94A2AB;
}
.border_all{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #C7C7C7;
	border-right-color: #C7C7C7;
	border-left-color: #C7C7C7;
	border-bottom-color: #C7C7C7;
}

/* website border end here */
