/* ************************************** Text Styles ************************************** */

/* --- Main --- */
.Title {
	font-family: tahoma;
	font-weight: normal;
	font-size: 19pt;
	font-style: normal;
	text-decoration: none;
    text-transform: uppercase;
	color: #FFFFFF;
}

.Title2 { /* blue/green */
	font-family: tahoma;
	font-weight: normal;
	font-size: 19pt;
	font-style: normal;
	text-decoration: none;
    text-transform: uppercase;
	color: #5c97a0;
}

.SubTitle {
	font-family: tahoma;
	font-weight: normal;
	font-size: 13pt;
	font-style: normal;
	text-decoration: none;
    text-transform: capitalize;
	line-height:25px;
	color: #818181;
}

/* --- Panel --- */
p.Paneltitle {
	font-family: tahoma;
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
    text-transform: capitalize;
	color: #818181;
}

.PanelSubTitle {
	font-family: tahoma;
	font-weight: normal;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
    text-transform: capitalize;
	line-height:16px;
	color: #B4B4B4;
}

.PanelContentTitle {
	font-family: tahoma;
	font-weight: bold;
	font-size: 9pt;
	font-style:normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #B4B4B4;
}

p.Panel {
	font-family: tahoma;
	font-weight: normal;
	font-size: 9pt;
	font-style:normal;
	text-decoration: none;
	color: #818181;
}

/* --- Content --- */
.ContentTitle {
    font-family: tahoma;
	font-weight: bold;
	font-size: 9pt;
	font-style:normal;
	text-decoration: uppercase;
	color: #5c97a0;
}

.ContentBold {
	font-family: tahoma;
	font-weight: bold;
	font-size: 9pt;
	font-style:normal;
	text-decoration: uppercase;
	color: #B4B4B4;
}

.ContentTamFont {
	font-family: tahoma;
	font-weight: bold;
	font-size: 9pt;
	font-style:normal;
	text-decoration: uppercase;
	color: #B4B4B4;
}

/* **************************************Format Layout Styles ************************************** */

body { 
	margin:0px;
	padding:0px; 
	background:#1D1F1F;
}

table { 
	border:0px; 
	border-collapse:collapse; 
} 

td {
	vertical-align:top; 
	padding:0px; 
}

td, table, select, input, textarea {
	font-family: tahoma;
	font-weight: normal;
	font-size: 10pt;
	font-style:normal;
	text-decoration: none;
	color: #818181;
}

.list ul{
	margin:0px; 
	padding:0px; 
	list-style:none; 
	line-height:18px;
}

form { 
    margin:0px; 
	padding:0px;
} 

.form input{
	width:193px;
	height:20px;
	color: #B8B8B8;
	padding:1px 0 0 5px;
	border:#4A4C4C solid 1px;
	background-color:#4A4C4C;
}

.form textarea {
	width:193px;
	height:112px;
	color: #B8B8B8;
	overflow: auto;
	padding:1px 0 0 5px;
	border:#4A4C4C solid 1px;
	background-color:#4A4C4C;
}

.footer {
    font-family: tahoma;
	font-size:11px;
	font-weight: bold;
	color:#CCCCCC;
	margin-left:40px;
}


/* ************************************** Link Styles ************************************** */

/* --- Main Links --- */
A:link {
	font-family: tahoma;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10pt;
}

A:visited {
    font-family: tahoma;
	text-decoration: none; 
	color: #CCCCCC; 
	font-size: 10pt;
}
A:hover {
    font-family: tahoma;
	text-decoration: underline; 
	color: #FFFFFF; 
	font-size: 10pt;
}

/* --- Sub Button Links --- */
A.subbn:link {
	font-family: tahoma;
	text-transform:uppercase;
	text-decoration: none;
	color: #878787;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

A.subbn:visited {
	font-family: tahoma;
	text-transform:uppercase;
	text-decoration: none;
	color: #878787;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

A.subbn:hover {
	font-family: tahoma;
	text-transform:uppercase;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

/* --- Sub Links --- */
A.sublink:link {
	font-family: tahoma;
    text-transform: lowercase;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 8pt;
}

A.sublink:visited {
    font-family: tahoma;
    text-transform: lowercase;
	text-decoration: none; 
	color: #CCCCCC; 
	font-size: 8pt;
}

A.sublink:hover {
    font-family: tahoma;
    text-transform: lowercase;
	text-decoration: underline; 
	color: #FFFFFF; 
	font-size: 8pt;
}