/* ==================== */
/* APPLICATION SPECIFIC */
/* ==================== */

/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans serif;
	text-align: justify;
	color: #796D5C;
}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.twenty {font-size: 17px;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.link {color: #796D5C; text-decoration: none;}
.link:hover {color: #2A6CA6; text-decoration: underline;}

.breadcrumbs {color: #1386D7; text-decoration: none;}
.breadcrumbs:hover {text-decoration: underline;}

/* Background No Repeat */

.bg {
	background-image: url(images/Center_bg_image.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.nr {
	background-repeat: no-repeat;
}

/* Additional Styles */
.message {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#796D5C;
}

.error_message {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:red;
}
.site_message {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2A6CA6;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	width: auto;
	height: 20px;
	border: 1px solid #7F9DB9;
}
.txt_11_red {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E30286;
	text-decoration: none;
}
.textarea1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	width: auto;
	border: 1px solid #7F9DB9;
}

.btns {
	width:auto;
	height: 17px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #f7f7f7;
	border: 1px solid #CCCCCC;
}

.table_height {
	height: 349px;
}

p { 	font-family: Trebuchet MS;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.4em;
	text-align: justify;
}

h1 {	font-family: Georgia;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.8em; }

h2 {	font-family: Georgia;
	color: #3380CC;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.8em; }

li { 	font-family: Trebuchet MS;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.4em; }