/*-----Link Style-----*/
a:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;	
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	letter-spacing: 1px;	
}
a:hover {
	text-decoration: none;
	color: #57517b;
	font-size: 10px;
	letter-spacing: 1px;	
}
a:active {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	letter-spacing: 1px;	
}


 /*-----Table Style-----*/
body{
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	margin:0;

}

table{
	color:#44687d;
	font-family: Tahoma;
	font-size: 11px;
}

td{
	vertical-align:top;
}

p{
    margin:0px;
}

.table_content{
	width: 720px;
	background-image: url(../images/bg_content.jpg);
}

.content{
	width: 480px;
}

.content_textinput {
    padding: 4px;
Text-Align: justify;
}

.sidebar{
	width: 190px;
}

.sidebar_textinput {
    padding: 4px;
}
.sidebar_textinput1 {
    padding: 4px;
Text-Align: justify;
}
.h1 {
	padding: 4px;
	font-family: Tahoma;
	font-size: 8px;
	Font-Weight: bold;
	color: #ffffff;
	Line-Height: 11px;
	Letter-Spacing: 1px;
	Text-Transform: uppercase;
	background-color: #44687d;
}

.h2 {
	padding: 4px;
	font-family: Tahoma;
	font-size: 8px;
	Font-Weight: bold;
	color: #000000;
	Line-Height: 11px;
	Letter-Spacing: 1px;
	Text-Transform: uppercase;
	background-color: #7e99aa;
	Text-Align: center;
}


/*-----Image Style-----*/
.borderimage{
    border-style: solid;
    border-width:1px;
    border-color: #44687d;
    padding:2px;
    margin: 2px;
    background-color:#FFFFFF;
}

.affiliates1 img, .affiliates a:link, .affiliates a:visited { 
    border-style: solid;
    border-width:1px;
    border-color: #44687d;
    padding:2px;
    margin: 2px;
    background-color:#FFFFFF;
}
/*-----Text Effects-----*/
b {
	color: #44687d;
	letter-spacing: 1px;
	text-transform:none;
	Font-Weight: bold;

}

strong {
	color: #7e99aa;
	letter-spacing: 1px;
	text-transform:none;
	Font-Weight: bold;

}
em,i {
	color: #57517b;
	text-transform:none;
	Font-Weight: normal;	
}
u {
	color: #57517b;
	letter-spacing: 1px;
	text-transform:none;
	Font-Weight: normal;	
}


/*-----Form Effects-----*/
input,textarea,select{
    background:#44687d;
	color:#000000;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;

}

BUTTON {
	border: #44687d 1px solid;
	padding: 2px;
	font-size: 10px;
	color: #000000;
	font-family: Tahoma;
	background-color: #44687d;
}