/* FORTREND */
/* MAIN */
/* Last Edited: 2005-11-06 */

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* MAIN */
BODY {
	
}

* {
	font-family:  Arial, Helvetica, sans-serif;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* TYPE */
A {
	color:#000066;
	text-decoration:none;
}	
A:hover {
	text-decoration:underline;
}	
.txt_9, txt_9 A {
	font-size:9px;
}

.txt_10, txt_10 A {
	font-size:10px;
}

.txt_11, txt_11 A {
	font-size:11px;
}

.txt_12, txt_12 A {
	font-size:12px;
}

.txt_14, txt_14 A {
	font-size:14px;
}

.txt_16, txt_16 A {
	font-size:16px;
}

.txt_18, txt_18 A {
	font-size:18px;
}

.txt_20, txt_20 A {
	font-size:20px;
}

/* COLOR */
.txt_white, .txt_white A {
	color:#FFFFFF;
	text-decoration:none;
}

.txt_gray, .txt_gray A {
	color:#666666;
	text-decoration:none;
}

.txt_black, .txt_black A {
	color:#000000;
	text-decoration:none;
}

.txt_blue, .txt_blue A {
	color:#000066;
	text-decoration:none;
}

.txt_blue A:hover {
	color:#000066;
	text-decoration:underline;
}
.line_blue_bottom_double {
	border-bottom:2px #000066 solid;
	padding-bottom:10px;
}


/* SPECIAL */
.txt_justify, .txt_justify A {
	text-align:justify;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ELEMENTS */
/* BG'S */
.bg_yellow {
	background-color:#FCB730;
}

.bg_lightyellow {
	background-color:#FFD12B;
}

.bg_blue {
	background-color:#000066;
}

/* BORDERS */
.line_yellow {
	border:1px #FCB730 solid;;
}

.line_yellow_bottom {
	border-bottom:1px #FCB730 solid;;
}

/* PADDING */
.padding_8 {
	padding:2px 8px 2px 8px;
}

/* CORNERS */
.corner_big {
	background-image: url('../images/corner_big.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.corner_small {
	background-image: url('../images/corner_small.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

/* HR */
hr {
	border:1px #FFFFFF solid;;
	border-bottom:1px #FCB730 solid;;
}


/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* FORMS */
.form_txt_75,
.form_txt_155,
.form_txt_200 {
	font-family:  Arial, Helvetica, sans-serif;
	color:#000066;
}

.form_txt_75 {
	width:75px;
	height:22px;
}

.form_txt_155 {
	width:155px;
	height:22px;
}

.form_txt_200 {
	width:200px;
	height:22px;
}

a.selected {
	color: #9a0707;
}
strong {
	font-weight: bold;
}
