@charset "iso-8859-1";
/* CSS Document 4 The Frog Magazine @@ By Mauro */

body, html, p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
}

/* Links */
a:link {
	text-decoration:none;
	color:#3C746B;
}
a:visited {
	text-decoration:none;
	color:#3C746B;
}
a:hover {
	text-decoration:none;
}

.internalLink:link {
	color:#333;
	text-decoration:none;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
	background-position:right;
	background-repeat:no-repeat;
}
.internalLink:visited {
	color:#333;
	text-decoration:none;
}
.internalLink:hover {
	text-decoration:underline;
}
/* Links ENDS */
/* Menu  */

#menu1 {
	width:188;
}

#menu2 {
	width:188;

	position:absolute;
	margin-left:188px;
}

#menu3 {
	width:188;
	position:absolute;
	margin-left:376px;
}

#menu4 {
	width:188;
	float:left;
	margin-left:564px;
}



.menuBtnON {
	font-size:16px;
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	width:188;
	font-weight:bold;
	height:30px;
}

.menuBtnOFF {
	font-size:16px;
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	width:188;
	font-weight:bold;
	height:30px;
}

/* Menu ENDS */

/* Bullets, Lists, spearators */
.bullets li {
	list-style:none;
	list-style-position:outside;
	padding-left: 14px;
	background:url(../images/bullet.gif) left center no-repeat;

}
.bullet {
	list-style:none;
	list-style-position:outside;
	padding-left: 16px;
	background:url(../images/bullet.gif) left center no-repeat;
	font-size:14px;

}

hr {
	border:1px solid;
	height:2px;
	background:none;
	margin:1px 0;	
	padding:0;	
}
/* Bullets, Lists, spearators ENDS */

/* Titles */

h2 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

/* Titles ENDS */

/* Pictures */
.picBorder {
	border:1px solid #888;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
}
/* Pictures ENDS */
