/* CSS Styles for solmediadev.com */
/* Copyright 2001 solmediadev.com */
/* Main */
/* Links */
a:link{
	text-decoration: underline;
	color: #000066;
}

a:active{
	text-decoration: underline;
	color: #CC9900;
}

a:visited{
	text-decoration: underline;
	color: #000066;
}

a:hover{
	text-decoration: underline;
	color: #FF0000;
}
a.gris:link {
	color : #FFFFFF;
	text-decoration : underline;
}

a.gris:active {
	color : #666666;
	text-decoration : underline;
}

a.gris:visited {
	color : #FFFFFF;
	text-decoration : underline;
}

a.gris:hover {
	color : #666666;
	text-decoration : underline;
}
/* Text */
.textMain {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 10pt;
	color : #000000;
}
UL {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 10pt;
	color : #000000;
}
LI {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 10pt;
	color : #000000;
}
.textMainTitle {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
}
.textMainTitleblue {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 10pt;
	color : #000066;
	font-weight : bold;
}
.textSidebox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color : #000000;
	margin : 15px;
}

.textFooter {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color : #000000;
}

.textSmallNav {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color : #000000;
}
.textSmallNavlight {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color : #999999;
}
.sectionHeader{
		font-family : Verdana, Arial, sans-serif;
	font-size : 14pt;
	color : #000066;
		font-weight : bold;
}
/* Forms */
.formTextBox {
	
}
.formSubmitButton {
	
}










