/* DGGP Architecture CSS : main stylesheet */
/*** Copyright Jie Siang Yong http://js.diglossia.org ***/

/* 	---------------
     GLOBAL STYLES 
	---------------
*/

/* Element Defaults */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #999999;
	color: #0A0A0A;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

li {
	margin:5px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}


a:visited, a:link {
	color: #333333;
	text-decoration: underline;
}

a:hover	{
	color:#FFFFFF;
	text-decoration: underline;
}

/* 1.b Inline Text */

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}

.Sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.iframeSub-heading {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	/*line-height: 8px;*/
}

.iframeSubSub-heading {
	font-size: 9px;
	font-style: italic;
	/*line-height: 8px;*/
}



/*
h1 {
	font-size: 16px;
	text-transform: uppercase;
}

.heading1 {

	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.heading2 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.heading3 {
	font-size: 12px;
	font-style: italic;
	/*line-height: 8px;
}
*/

/* 3_thm CSS styles */

.thm-caption  {
	font-family: 'lucida sans unicode', 'lucida grande', Arial, Helvetica, sans-setif;
	font-size: 10px;
	color: #1A1A1A;
	text-align: left;
	padding: 0px, 0px, 5px, 5px;
	vertical-align: middle;
	background:#c3c2c3;
	line-height: 10px;
	max-width: 10px;
}

.layer-caption  {
	font-family: 'lucida sans unicode', 'lucida grande', Arial, Helvetica, sans-setif;
	font-size: 10px;
	color: #1A1A1A;
	text-align: left;
}


.thm  {
	color: #1A1A1A;
	vertical-align: bottom;
	text-align: right;
	margin: 0px 0px 0px 2px;
	background:#C3C2C3;
}

.option {
	font-family: 'lucida sans unicode', 'lucida grande', Arial, Helvetica, sans-setif;
	font-size: 9px;
	color: #1A1A1A;
	text-align: right;
	vertical-align: bottom;
	line-height: 12px;
}

a:visited, a:link {
	color: #333333;
	text-decoration: underline;
}

a:hover	{
	color:#FFFFFF;
	text-decoration: underline;
