/*text*/
/* blue text font*/
td.text{
	color: #1F7DB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*link font*/
td.text a{
	color: #1F7DB3; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
}

/* blue text font align right*/
td.text_right{
	color: #1F7DB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

/*text portfolio*/
td.portProj {
	color: #1F7DB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

td.portProj a{
	color: #000020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

/*footer*/
td.footer{
	color: #1F7DB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
/*footer link*/
td.footer a{
	color: #1F7DB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
}

/*title dark blue*/
span.title_db {
	color: #000020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

span.title_db a{
	color: #000020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
/*title baby blue*/
span.title_bb {
	color: #1F7DB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
span.title_bb a{
	color: #1F7DB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}


span.textBold{
	color: #000020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*round box*/
td.corners {
	height: 13px;
	width: 13px;
}

td.box_top {
	vertical-align: top;
	height: 13px;
	width: 100%;
}
td.box_bottom {
	vertical-align: bottom;
	width: 100%;
}

td.box_left {
	height: 100%;
	width: 13px;
}

td.box_right {
	height: 100%;
	width: 13px
}

/*images*/
td.img_top {
	background:url(images/top.jpg);
	height: 192px;
	width: 800px;

}

/*tables*/
table.overall {
	border: 0px;
	width: 800px;
}

table.leftRoundBox{
	border: 0px;
	height: 60%;
	width: 100%;
}

table.leftContent {
	border: 0px;
	width: 100%;
}

table.rightRoundBox{
	border: 0px;
	height: 60%;
	width: 100%;
}

table.rightContent {
	border: 0px;
	width: 100%;
}

td.leftRoundBox {
	width: 190px;
	vertical-align: top;
}

td.middle {
	width: 10px;
}

td.rightRoundBox {
	width: 600px;
	vertical-align: top;
}

td.rightContent {
	vertical-align: top;
}

	