/* HEADER TEXT */
#h 
{
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 15px;
	color: black;
	margin-left: -10px;
	padding: 5px 10px 5px 10px;
	background: #e7f0f7;
}
/********************************************/



/* BACKGROUND ( BEHIND MAIN FRAME )*/
body 
{
	margin: 0px;
	border: 0px;
	background: #999;
}
/********************************************/



/* MAIN FONT-TYPE */
* 
{
	font-family: verdana, Sans-Serif;
}
/********************************************/



/* LINKS */
a 
{
	text-decoration: none;
	color: #04c;
}

a:hover 
{
	text-decoration: underline;
	color: #05c;
}
/********************************************/



/* HORIZONTAL RULE */
hr 
{
	border: 0px;
	border-top: 1px solid #ccc;
}
/********************************************/



/* ENTIRE BODY */
#body 
{
	margin: auto;
	margin-top: 10px;
	width: 690px;
	border: 1px solid #666;
	background: #fff;
	line-height: 100%;
}
/********************************************/



/* LOGO */
#logo 
{
	height:250px;
	background-color: CACACA;
	
}

#logo img 
{
	position: relative;
	top: 10px;
	left: 20px;	
}

#logo div 
{
	float: right;
	color: white;
	font-size: 11px;
	margin-top: -84px;
	margin-right: 13px;
}
/********************************************/



/* TEXT OF MAIN TITLES */
#text 
{
	padding: 20px 35px 20px 35px;
	font-size: 11px;
	word-spacing: 1px;
	text-align: justify;
	color: #111;

	min-height: 400px;
	_height: 400px;
}

#text h1 
{
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 15px;
	color: black;
	margin-left: -10px;
	padding: 5px 10px 5px 10px;
	background: #e7f0f7;
}

#text #hi 
{
	color: #000;
	background: #e7f0f7;
	margin: -6px;
	padding: 6px;
}
/********************************************/



/* INPUT BOXES */
input 
{
	font-size: 11px;
}
/********************************************/



/* CUSTOM TITLE-BARS */

/* GREENISH */

table.w 
{
	font-size: 12px;
	width: 100%;
	margin-bottom: 20px;
	
	x-border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.w td 
{
	padding: 5px;
	width: 13%;
	text-align: center;
	font-weight: bold;
	color: white;
}

table.w td.c 
{
	background: rgb(42,98,110);
}



/* LIGHT-BLUISH */

table.q 
{
	font-size: 12px;
	width: 100%;
	margin-bottom: 20px;
	
	x-border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.q td 
{
	padding: 5px;
	width: 13%;
	text-align: center;
	font-weight: bold;
	color: white;
}

table.q td.v 
{
	background: #4979B4;
}																									
/********************************************/



/* MAIN TITLE BARS */
table.m 
{
	font-size: 12px;
	width: 100%;
	margin-bottom: 20px;
	
	x-border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.m td 
{
	padding: 5px;
	width: 13%;
	text-align: center;
	font-weight: bold;
	color: white;
}

table.m td.i 
{
	background: rgb(42,98,149);
}

table.m td.s 
{
	background: rgb(95,159,210);
}

table.m a 
{
	color: white;
}

table.s 
{
	font-size: 12px;
	width: 100%;
	margin-bottom: 20px;
}

table.s td 
{
	padding: 10px;
	border: 4px solid white;
	background: #eee;
	width: 33%;
	vertical-align: top;
}

table.s tr.h td 
{
	font-weight: bold;
}

table.s li 
{
	line-height: 200%;
}


table.x 
{
	/*width: 100%;*/
	border: 1px solid rgb(181,201,217);
	border-collapse: collapse;
}

table.x tr.h td 
{
	background: rgb(213,231,247);
	background: rgb(244,248,214);
	background: rgb(250,255,224);
	background: #eee;
	border-bottom: 1px solid rgb(181,201,217);
	color: black;
	font-weight: bold;
}

table.x tr.h td.x 
{
	width: 1%;
}

table.x td 
{
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	vertical-align: top;
}

table.x td.a 
{
	width: 100px;
}
/********************************************/



/* STRIPE COLORS */
#e { background: #fff; }
#o { background: rgb(223,237,247); }

#a { 
	padding-left: 11px;
	font-size: 11px; }
/********************************************/



/* ADD-XOC BOX */
textarea {
	margin-left: 30px;
	font-size: 11px;
	width: 500px;
	background: #fff;
	border: 2px solid #bbb;
	padding: 5px;
}
/********************************************/


/* FORM BUTTON */
.formbutton
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(formbg.gif) repeat-x left top;
}

.formbutton2
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(formbg2.gif) repeat-x left top;
}