/* GLOBAL ELEMENT STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	}

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	}

A:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
ol {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	
ul {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style: square;
	}
	
li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
P  {
	margin-top: 0px;
	margin-bottom: 10px;
	}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border : 1px solid #666666;
	}
	
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border : 1px solid #666666;
	}

/* MISC STYLES */

.bold {
	font-weight: bold;
	}

A.titlewhite {
	color : #ffffff;
	text-decoration: none;
	font-weight : bold;
	}

A.titlewhite:hover {
	text-decoration: underline;
	}

A.titlewhite:visited {
	color : #ffffff;
	}
	
.whitesmall {
	color : #ffffff;
	font-size: 10px;
	}

a.title{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.title:hover {
	text-decoration: underline;
	color: #ffffff;
	}
	
a.title:visited {
	color : #ffffff;
	}
	
.titlesub {
	color: #66CC33;
	font-size: 12px;
	font-weight: bold;
	}

.bg {
	background-color: #ffffff;
	}
	
.bgwhite {
	background-color: #ffffff;
	}

.bgfolio {
	background-color: #4998DB;
	}

.bgresume{
	background-color: #FFAA64;
	}

.bgclient{
	background-color: #9FD973;
	}
	
.bgcontact {
	background-color: #E17AC8;
	}

.titleonwhite {
	color: #666666;
	font-size: 12px;
	font-weight:bold;
	}

.bodyonwhite {
	color: #666666;
	font-size: 12px;
	}
	
a.bodyonwhite, a.bodyonwhite:visited {
	color: #0066FF;
	text-decoration: none;
	}

a.bodyonwhite:hover {
	color: #3366FF;
	text-decoration: none;
	background-color: #E4F0FF;
	}
	
.footer {
	color: #666666;
	font-size: 10px;
	}

a.footer {
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
	}

a.footer:hover {
	color: #000000;
	text-decoration: underline;
	}
	
a.footer:visited {
	color: #666666;
	}

.spaced {
	color: #666666;
	line-height : 18px;
	}

.small {
	font-size: 9px;
	}
