body {
	margin: 1em 12%;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	background-color: #EEE;
	border-left: 1px #999 dotted;
	border-right: 1px #999 dotted;
	padding: 0 4px;
}

/* Modules - Start */
form {
	margin: 5px;
}

input {
	
}

/* Modules - End */ /* Typography - Start */
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
}

h6 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
}

p {
	font-size: 1.0em;
	margin: 5px;
	text-align: justify;
	line-height: 1.5em;
}

a {
	color: #666;
	text-decoration: none;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

a:link img {
	border-style: none;
}

a:visited img {
	border-style: none;
}

a:hover img {
	border-style: none;
}

strong {
	font-weight: bold;
}

/* Typography - End */
	/* Common Message Box and Command Link Styles - Start */
div.errorBox {
	background-image: url(../../images/Default/errorbox-small.gif);
	background-repeat: no-repeat;
	display: block;
	border-style: solid;
	border-color: #999;
	background-color: #EEE;
	border-width: 1px;
	margin: 10px;
	min-height: 64px;
	padding: 5px 5px 5px 64px;
}

div.noticeBox {
	background-image: url(../../images/Default/noticebox-small.gif);
	background-repeat: no-repeat;
	display: block;
	border-style: solid;
	border-color: #999;
	background-color: #EEE;
	border-width: 1px;
	margin: 10px;
	min-height: 64px;
	padding: 5px 5px 5px 64px;
}

div.questionBox {
	background-image: url(../../images/Default/questionbox-small.gif);
	background-repeat: no-repeat;
	display: block;
	border-style: solid;
	border-color: #999;
	background-color: #EEE;
	border-width: 1px;
	margin: 10px;
	min-height: 64px;
	padding: 5px 5px 5px 64px;
}

a.alertCmdLink {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 1px 1px 1px;
	border: 1px solid black;
	text-align: center;
}

a.normalCmdLink {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 1px 1px 1px;
	border: 1px solid black;
	text-align: center;
}
/* Common Message Box and Command Link Styles - End */