body, td {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
}

table.indexlistings {
	border: 1px solid #DCDCDC;
	background-color: #F5F5F5;
	height: 135px;
	width: 247px;
}

td.profilecontent {
	background-color: #F5F5F5;
}

select.form {
	width: 170px;
	border: 1px solid #516AA0;
}

td.form {
	border: 1px solid #516AA0;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 8pt;
}

select.forma {
	border: 1px solid #516AA0;
}

input.form {
	width: 170px;
	border: 1px solid #516AA0;
}

input.forma {
	border: 1px solid #516AA0;
}

textarea.forma {
	border: 1px solid #516AA0;
}

table.form {
	background: #ffffff;
}

tr.form {
	background: #ffffff;
}

select.ver2 {
	width: 100px;
	background: #a6b6d7;
	border: 1px solid #516AA0;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: bolder;
	font-style: italic;
	font-size : 10pt;
}

input.ver2 {
   font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: bolder;
	font-style: italic;
	font-size : 10pt;
	width: 100px;
	background: #a6b6d7;
	border: 1px solid #516AA0;
}

input.formbutton
{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
font-family: Arial, Helvetica, sans-serif;
color : #ffffff;
font-weight: bolder;
font-style: italic;
font-size : 10pt;
padding: 1px 2px;
background: url(../images/form_bg.jpg) repeat-x left top;
}

strong.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-weight: bold;
	font-size : 10pt;
	margin-left: 10px;
}

h1 {
	font-size : 12pt;
	color : #5A6BA3;
	font-style: italic;
}

a {
	color : #516AA0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.tbarlink {
	color : #ffffff;
	font-weight: bold;
}

a.headings {
	font-family: Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-weight: bolder;
	font-size : 10pt;
}

td.heading {
	font-family: Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-weight: bolder;
	font-style: italic;
	font-size : 10pt;
}

a:hover.tbarlink {
	color : #516AA0;
}

a.smalllink {
	color : #516AA0;
	font-size: xx-small;
}

a:hover.smalllink {
	color : #516AA0;
}

strong {
	color : #516AA0;
}

table.profile {
	border-style: solid;
	border-width: 1px;
	border-color: #516AA0;
}

td.profile {
	background-color: #A6B6D7;
}

td.trademark {
	font-size: xx-small;
}

td.tbar {
	color : #ffffff;
}

img{border:none;}
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:530px;
		background:#fff;		
		margin-bottom:2em;
		}			
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:530px;
		height:183px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:530px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		}	
	#nextBtn a{ 
		}												

/* // Easy Slider */

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:183px;
padding:5px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #697faf;
background:#fff;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
}
#stylized label{
display:block;
text-align:left;
font-weight:bold;
width:75px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #697faf;
width:165px;
margin:2px 0 20px 10px;
}
#stylized select{
float:left;
font-size:12px;
border:solid 1px #697faf;
width:103px;
margin:0px 0px 5px 0px;
}
#stylized button{
clear:both;
margin-left:100px;
width:85px;
height:25px;
background:#697faf;
text-align:center;
line-height:15px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

#stylized button.signup{
clear:both;
margin-left:50px;
width:85px;
height:25px;
background:#ffa500;
text-align:center;
line-height:15px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

/* // My Form */