/* Iolar Capital CSS */

body			{ margin: 0px; 
				  padding:0px; 
				  text-align:center;
				  background-color: #ffffff;
				  }

img				{ border:0px;}

h1 				{ font-family: Tahoma, Arial, helvetica, sans-serif; font-size: 9px; font-style: normal; color:#330099; display:inline;  font-weight: normal;}

h2 				{ font-family: Tahoma, Arial, helvetica, sans-serif; font-size: 18px; font-style: normal; color:#330099; font-weight: normal;}

h3 				{ font-family: Tahoma, Arial, helvetica, sans-serif; font-size: 12px; font-style: normal; color:#330099; }

.clr			{ clear: both;}

#wrapper		{ width:830px;
				  margin:0px auto;
			      text-align:left;
				  }

#menu			{ background-image: url(../images/menu_bg.jpg); 
				  background-repeat: no-repeat; 
				  width: 830px;
				  height: 80px;
				  text-align: center;
				  }
				  
.menu			{ font-family: Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 14px; 
				  font-style: normal; 
				  font-weight: normal;
				  color:#330099;
				  padding: 30px 40px 10px 40px;
				  }
.menu A:link		{ color:#330099; text-decoration: none; font-weight: bold; }
.menu A:visited		{ color:#330099; text-decoration: none; font-weight: bold; }
.menu A:hover		{ color:#000000; text-decoration: underline; font-weight: bold; }
.menu A:active		{ color:#330099; font-weight: bold; }

.basictab 	{ margin-left: 0px;
			  font-family: Tahoma, Arial, helvetica, sans-serif;
			  font-size: 12px; 
			  font-style: normal;
			  font-weight: normal;
			  list-style-type: none;
			  text-align: center; /*set to left, center, or right to align the menu as desired*/
			  color: #330099;
			  padding: 5px 40px 0px 40px;
			  
			  }

.basictab li { display: inline; color: #cccccc; text-align: center; margin:0px;}
.basictab li a { display: inline; 
				 text-decoration: none;  
				 color: #330099; 
				 padding: 10px 25px 10px 25px; 
				 margin: 0px;
				 border-right: solid 1px #cccccc;
				 border-left: solid 1px #cccccc;
				 }

.basictab li a:visited 	{ color: #666666; }
.basictab li a:hover 	{ background-color: #efefef; color: #333333; }
.basictab li a:active 	{ background-color: #efefef; color: #333333; }

.basictab_right	li a { border-right: solid 1px #efefef;}


#content		{ background-image: url(../images/con_bg.jpg); 
				  background-repeat: repeat-y; 
				  width: 830px;
				  text-align: left;
				  }
				  
#top			{ background-image: url(../images/top_bg.jpg); 
				  background-repeat: no-repeat; 
				  width: 830px;
				  height: 258px;
				  text-align: left;
				  }
				  
.text			{ font-family: Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 12px; 
				  font-style: normal; 
				  font-weight: normal;
				  color:#330099;
				  padding: 20px 40px 10px 40px;
				  }
.text A:link		{ color:#330099; text-decoration: none; font-weight: bold; }
.text A:visited		{ color:#330099; text-decoration: none; font-weight: bold; }
.text A:hover		{ color:#000000; text-decoration: underline; font-weight: bold; }
.text A:active		{ color:#330099; font-weight: bold; } 

.left			{ float:left; width:500px;}
.right			{ float:right; width:200px;}
				  
#bottom			{ background-image: url(../images/bot_bg.jpg); 
				  background-repeat: no-repeat; 
				  width: 830px;
				  height: 40px;
				  text-align: left;
				  }
				  
				  
#foot			{ background-color: #ffffff; 
				  width: 830px;
				  height: 40px;
				  text-align: left;
				  }
				  
.foot_text			{ font-family: Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  font-weight: normal;
				  color:#330099;
				  padding: 10px 20px 10px 20px;
				  }
.foot_text A:link		{ color:#330099; text-decoration: none; font-weight: normal; }
.foot_text A:visited		{ color:#330099; text-decoration: none; font-weight: normal; }
.foot_text A:hover		{ color:#000000; text-decoration: underline; font-weight: normal; }
.foot_text A:active		{ color:#330099; font-weight: normal; } 
