body {
	background-color: #3b3b3f;
	font-family: Verdana, Arial;
	color: White;
/*	margin-top : 2%;
	margin-right : 10%;
	margin-left : 10%;
	margin-bottom : 1%;  */
	font-size: 8pt;
}

img {
	border-color: #6b6b6b;
}

body a {
	color: White;
	text-decoration : none;
}
A:LINK {
	color : #c6c5c5;
	text-decoration : none;
}
A:VISITED {
	color : #c6c5c5;
	text-decoration : none;
}
A:HOVER {
	color : #0090ff;
	text-decoration : underline;
}
A:ACTIVE {
	color : #f2a83e;
	text-decoration : none;
}
td {
	font-size: 8pt;
	}

input {
	font-family: Verdana;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	background-color:#cbcbcb;	
}

select {
	font-family: Verdana;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	background-color:#cbcbcb;
}

textarea {
	font-family: Verdana;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	background-color:#cbcbcb;	
}
ul {
	font-size: x-small;
	list-style: square;
}
ol {
	font-size: x-small;
	list-style: decimal;
}

.iiiframe {
	width:100%;
	height:200px;
}

p.indent {
	margin-left: 1%;
}

.proscons {
	color: #A4D5FF;
}

.articletitle {
	color: #0091ff;
	font-size:10pt;
}

.articletitle a:link {
	color: #7ed0f7;
}

.articletitle a:visited {
	color: #7ed0f7;
}

.articletitle a:hover {
	color: #0091ff;
}

/* Multitab part start */

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 8pt Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #3b3b3b;
}

#tablist li a:link, #tablist li a:visited{
color: #ffffff;
}

#tablist li a.current{
background: #5b5b5b;
}

#tabcontentcontainer{
width: 764px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 0px;
border: 0px solid black;
}

.tabcontent{
display:none;
}

/* Multitab part end */
