/* CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF;
}

/* ----------------------- Background ------------------------------ */

.bg-thumb 
{
	background-image: url(../images/bg-thumb.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 124px; height:124px;
}
.bgb-r {
	background-image: url(../images/bgb-r.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.bgb-r2 {
	background-image: url(../images/bgb-r2.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.bgb-l {
	background-image: url(../images/bgb-l.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.bgb-l2 {
	background-image: url(../images/bgb-l2.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.bg-header {
	background-image: url(../images/bg-header.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.bg-right-bar {
	background-image: url(../images/bg-right-bar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.bg-right-bar2 {
	background-image: url(../images/bg-right-bar2.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.bg-white {
	background-image: url(../images/bg-white.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.bg-footer {
	background-image: url(../images/bg-footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.bg-submenu-con {
	background-image: url(../images/submenu-con.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.bg-rmenu-con {
	background-image: url(../images/bg-rmenu-con.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
/* ----------------------- Text & Formatting ------------------------------ */

.txt-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal; color: #777776;
	text-decoration: none;
}
.txt-header A {
	font-size: 11px; font-weight: normal; color: #777776; 
	text-decoration: none;
}
.txt-header A:hover {
	font-size: 11px; font-weight: normal; color: #be1b09; 
	text-decoration: none;
}
.txt-simworld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; font-weight: normal; color: #c8c8c1;
	text-decoration: none; line-height: 12px;
}
.txt-red-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; color: #be1b09;
	text-decoration: none;
}
/*--------------- created by vilas----------------*/
.txt-gray-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; color: #333333;
	text-decoration: none;
}

.txt-link-jus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal; color: #0033FF;
	text-decoration: none; line-height: 17px; text-align: justify;
}

/*--------------- end by vilas----------------*/
.txt-red-lb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; color: #be1b09;
	text-decoration: none; line-height: 17px; text-align: left;
}
.txt-default-jus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal; color: #4c4c4c;
	text-decoration: none; line-height: 17px; text-align: justify;
}
.txt-default-jus A {
	font-size: 11px; font-weight: normal; color: #4c4c4c; 
	text-decoration: none;
}
.txt-default-jus A:hover {
	font-size: 11px; font-weight: normal; color: #be1b09; 
	text-decoration: none;
}
.txt-default-l {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal; color: #4c4c4c;
	text-decoration: none; line-height: 17px; text-align: left;
}
.txt-default-l A {
	font-size: 11px; font-weight: normal; color: #4c4c4c; 
	text-decoration: none;
}
.txt-default-l A:hover {
	font-size: 11px; font-weight: normal; color: #be1b09; 
	text-decoration: none;
}

/* ----------------------- TextBox And Buttons ------------------------------ */

.tbox-search {
	width: 114px; height: 13px;
	border-style: solid;
	border-color: #868686;
	border-width: 1px;
}
.but-go {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; color: #444444;
	text-align: left; text-decoration: none; width: 30px;
	height: 24px; text-align: center; border: 0px; 
	background-image: url(../images/btn-go.gif); 
	background-position: center center;
	background-repeat: no-repeat;
}

/* ----------------------- Bullets & Arrows ------------------------------ */

.arrow2 {
	background-image: url(../images/arrow2.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal; color: #444444;
	text-align: left; text-decoration: none;
}

.arrow2 A {
	font-size: 11px; font-weight: normal; color: #4c4c4c; 
	text-decoration: none;
}
.arrow2 A:hover {
	font-size: 11px; font-weight: normal; color: #be1b09; 
	text-decoration: none;
}

/* ----------------------- Dotted Lines ------------------------------ */

.dline-grey {
	background-image: url(../images/dline-grey.gif);
	background-position: center center;
	background-repeat: repeat-x;
}

