body {
	background-color: #A3B8EF;
	margin: 5px;
}

A:LINK, A:ACTIVE, A:VISITED { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #183896;
	text-decoration: none;
}
A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #4269E0;
	text-decoration: none;
}

/* MAIN NAVIGATION */

.navigation_main:LINK, .navigation_main:ACTIVE, .navigation_main:VISITED { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation_main:HOVER {
	font-size: 12px;
	color: #C5D2F5;
}

.navigation_main_selected {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #C5D2F5;
}

.navigation_main_not_selected {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.navigation_sub:LINK, .navigation_sub:ACTIVE, .navigation_sub:VISITED { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4269E0;
	text-decoration: none;
}
.navigation_sub:HOVER {
	font-size: 12px;
	color: #000000;
}

.navigation_sub_selected {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.navigation_sub_not_selected {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4269E0;
}

.navigation_sub_seperator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* TEMPLATE SPECIFIC */

.template_border {
	border: 1px solid #4269E0;
}
.template_background_1 {
	background-color: #A3B8EF;
}
.template_background_2 {
	background-color: #A3B8EF;
}
.template_background_3 {
	background-color: #C5D2F5;
}

.template_text_default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.template_input_textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px solid #999999;
	width: 100%;
	cursor: text;
	background-color: #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#EEEEEE');
}
.template_input_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px solid #999999;
	width: 100px;
	cursor: pointer;
	background-color: #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#EEEEEE');
}


/* TECHWEAVERS LINK */
.techweavers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	padding-right: 10px;
}

.techweavers_link:LINK, .techweavers_link:VISITED, .techweavers_link:ACTIVE {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.techweavers_link:HOVER {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #183896;
	text-decoration: underline;
}