@import url("Portfolios1style.css");
a:link {
	color: #506702;
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
}

a:visited {
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
	color: #506702;
}
a:hover {
	text-decoration: underline;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
	color: #506702;
}

a:active {
	text-decoration: underline;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
	color: #506702;
}

a.content:link {
	color: #666666;
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;	
}

a.content:visited {
	color: #666666;
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;	
}
a.content:hover {
	color: #666666;
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;	
}

a.content:active {
	color: #666666;
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;	
}




a.image:link {
	padding: 0px;
	line-height: 0px;
}

a.image:visited {

	padding: 0px;
	line-height: 0px;
}
a.image:hover {

		padding: 0px;
	line-height: 0px;
}

a.image:active {
		padding: 0px;
	line-height: 0px;
}

/*	text-decoration: underline;*/

/*body texts */
b, strong {
	font-weight: bold;
}

body{
	background-color: #506702;
	margin: 0 0 0 0;
}

/*page header tag*/
h1 {
	color: #506702;
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	text-transform: lowercase;S
}

/*subhead*/
h2 {
	color: #EF741D;
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	text-transform: lowercase;
}

hr {
	border: none 0;
	border-top: 1px dashed #CCCCCC;
	height: 1px;
	width: 90%;
}

i, em {
	font-style: italic;
}

p, ul {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

.greytext {
	color: #666666;
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

.nav {
	color: #506702;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
}

.textbox {
	color: #666666;
	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	background-color : #E5E9DF;
	padding-bottom : 15;
	padding-left : 15;
	padding-right : 15;
	padding-top : 15;
}


.copyright {
	color: #506702;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
}

.tabs {
	position: relative;
	bottom: -4px;
}
.portfolioheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #666600;
}

.bullets {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}

/*table settings*/

table {
	background-color:#FFFFFF;
}