/**
* CSS standart style sheet
* Webwork-solutions.com
* Ph. Feer
*/

/* LINKS STYLES */

a:link {
	color: #333333;
}
a:visited {color: #333333;}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {color: #333333;}


/* links for navigation */

.nav a:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;



}
.nav a:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;




}
.nav a:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

}
.nav a:active {
	color: #CC6600;
	text-decoration: underline;
}

/**************************/

.text-content a:link {
	color: #CC6600;
	text-decoration: underline;
}
.text-content a:visited {
	color: #66CC99;
	text-decoration: underline;
}
.text-content a:hover { 
	color: #333333;
	text-decoration: none; 
	background-color: #FFFFFF;
}
.text-content a:active {
	color: #CC6600;
	text-decoration: underline;
}

/**********************************/
.text-content-just a:link {
	color: #FFCC00;
	text-decoration: underline;
}
.text-content-just a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
.text-content-just a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.text-content-just a:active {
	color: #FFCC00;
	text-decoration: underline;
}

/* TITLES */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0033CC;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;

}


/* selectors */
p {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



/* default custome syles */

.text-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;

}


.text-content-just{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;


}
.table1 {
	border: 2px solid #006AB7;
}
.content-just {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.border {
	border: thin double #0099FF;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: square;
}
