/*
 *	stylesheet for iview templates
 *	
 *	- My Aqua
 *
 */


body {
	background-color: #ffffff;
	/* background-image: url(assets/stripes.gif); */
	/* background-repeat: repeat; */
    font-family:verdana, arial, helvetica, sans-serif;
	margin: 0;
}


a 			{ color: #bad41a; text-decoration: none; } 
a:link		{ color: #bad41a; text-decoration: none; } 
a:visited	{ color: #bad41a; text-decoration: none; } 
a:active	{ color: #ff9218; text-decoration: none; } 
a:hover		{ color: #ff9218; text-decoration: none; }



.comment {
	margin: 0 0 0 0;
	font-size: 75%;
	font-weight: normal;
	color: #666666;
	text-align: right;
}


.title {
	margin: 0 0 0 0;
	font-size: 85%;
	font-weight: bold;
	color: #333333;
	text-align: right;
}

.default_text {
	margin: 0 0 0 0;
	font-size: 75%;
	font-weight: normal;
	color: #666666;
	text-align: right;
}


.light_text {
	margin: 0 0 0 0;
	font-size: 75%;
	font-weight: normal;
	color: #999999;
	text-align: right;
}


.small_text {
	margin: 0 0 0 0;
	font-size: 70%;
	font-weight: normal;
	color: #333333;
}


.footer {
	padding: 0 0 0 0;
	margin: 0 0 0 0 0;
	color: #999999;
    text-align: right;
    font-size: 70%;
    border-top: 1px solid #999999;
}

.footer a 			{ color: #666666; text-decoration: none; } 
.footer a:link		{ color: #666666; text-decoration: none; } 
.footer a:visited	{ color: #666666; text-decoration: none; } 
.footer a:active	{ color: #ff9218; text-decoration: none; } 
.footer a:hover		{ color: #ff9218; text-decoration: none; }
