/* TAG's ____________________________________________________________________ */
*
{
	margin: 0px;
	padding: 0px;
}

HTML, BODY
{
	width: 100%;
}

BODY
{
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	background-color: #dedede;
	background-repeat: repeat-y;
	background-position: left top;
	color: #000000;
}

IMG
{
	border: none;
	vertical-align: text-bottom;
}

A
{
	color: #001b4d;
	text-decoration: underline;
}
A:hover
{
	color: #ED0080;
	text-decoration: none;
}


UL
{
	margin: 0em 0em 1em 2em;
}

P
{
	padding: 0em 0em 1em 0em;
}

H1, H2, H3, H4, H5, H6
{
	padding: 0em 0em 0em 0em;
	font-weight: normal;
}
H1
{
	font-size: 1.4em;
	color: #001b4d;
	font-weight: bold;
	margin-top: 5px;
}
H2 { font-size: 1.3em; color: #001b4d; }
H3 { font-size: 1.2em; color: #ED0080; }
H4 { font-size: 1.1em; color: #001b4d; }
H5 { font-size: 1.0em; color: #001b4d; font-weight: bold; } H5 SPAN {font-weight: normal; color: #444444; float: right;}
H6 { font-size: 0.9em; color: #001b4d; }

SMALL
{
	color: #444444;
}

INPUT, SELECT, TEXTAREA
{
	vertical-align: text-bottom;
	line-height: normal;
	font-family: sans-serif;
	font-size: 13px;
}

TABLE
{
	border-collapse: collapse;
	margin: 0.5em 0em 0.5em 0em;
}
TH, TD
{
	padding: 0.3em 0.5em 0.3em 0.5em;
	vertical-align: top;
}


SELECT
{
	border: 1px solid #888888;
}



/* CLASSES __________________________________________________________________ */
.textInput
{
	border: 1px solid #888888;
}


.clear
{
	clear: both;
}

.taLeft
{
	text-align: left;
}
.taCenter
{
	text-align: center;
}
.taRight
{
	text-align: right;
}

.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.floatCenter
{
	margin-left: auto;
	margin-right: auto;
}


.width100
{
	width: 100%;
}

.width70
{
	width: 65%;
}

.width50
{
	width: 50%;
}


.link2more
{
	display: block;
	padding: 0px 0px 0px 15px;
	background-image: url('../images/interface/link2more.gif');
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
}
.link2more:hover
{
	background-image: url('../images/interface/link2more.hover.gif');
}


.buttonLink {
	display: block;
	width: 180px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-image: url('../images/interface/button.link.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px 10px 2px 10px;
	opacity: 0.9;
}

	.buttonLink:hover {
		color: #000000;
		background-image: url('../images/interface/button.link.hover.gif');
		opacity: 0.9;
	}

.buttonLink1
{
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-image: url('../images/interface/button.link.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px 15px 2px 15px;
        margin-left: 15px;
	opacity: 0.9;
}
.buttonLink1:hover
{
	color: #000000;
	background-image: url('../images/interface/button.link.hover.gif');
	opacity: 0.9;
}

.buttonLinkSpecial
{
	display: block;
	width: 180px;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-image: url('../images/interface/button.link.special.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 4px 10px 4px 10px;
}
.buttonLinkSpecial:hover
{
	color: #ffffff;
	background-image: url('../images/interface/button.link.special.hover.gif');
}


.programmaLink
{
	display: block;
	width: 180px;
	text-decoration: none;
	color: #222222;
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #e5e5e5;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #cccccc;
	background-image: url('../images/interface/programma.link.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 8px 10px 8px 10px;
	opacity: 0.9;
}


TABLE .hr
{
	border-top: 1px solid #cccccc;
}


.noDisplay
{
	display: none;
}


.required
{
	color: #990000;
	font-weight: bold;
	font-size: 1.4em;
}
.requiredTD
{
	background-color: #ffaaaa;
}


