/*########################################################################################################################################*/
/* TABLE */
table.resume
	{
	width: 550px;
	padding:0;
	color: #08245D;
	
	border-width: 1px;
	border-style: solid;
	border-color: #08245D;
	border-collapse: collapse;
	background-color: #08245D;
	/*background-image: url(gradient3.jpg);*/
	}
/*########################################################################################################################################*/
/* TABLE CELLS*/
td.resume
	{
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:normal;
	color: #08245D;
	background-color: #C4C4C4;
	border-color: #08245D;
	}

td.resume_title_1
	{
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	color: #08245D;
	background-color: #C4C4C4;
	border-color: #08245D;
	border-bottom:solid;
	border-bottom-color:#08245D;
	border-bottom-width:2px;
	}

td.resume_title_1a
	{
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	color: #08245D;
	background-color: #C4C4C4;
	border-color: #08245D;
	border-bottom:solid;
	border-bottom-color:#08245D;
	border-bottom-width:2px;
	}

td.resume_title_2
	{
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	color: #08245D;
	background-color: #C4C4C4;
	border-color: #08245D;
	}

td.resume_sub_title
	{
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	color: #08245D;
	background-color: #C4C4C4;
	border-color: #08245D;
	border-bottom:solid;
	border-bottom-color:#08245D;
	border-bottom-width:2px;
	}
