
/**************************************************/
td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #302D2A;
	line-height: 19px;
	letter-spacing: 0;
	font-weight: normal;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE4212;
	letter-spacing: 0;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;

}

.links:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #BE4212;
	letter-spacing: 0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #1C1410;
}

/**************************************************/
.subheader { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #0164A5;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: bold;
}
/**************************************************/
.header { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #466F82;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: bold;
}

.superheader { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color: #1C1410;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: normal;
}
/**************************************************/
.quote { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #41322B;
	line-height: 17px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
}

.smallgrey { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #848484;
	line-height: 12px;
	letter-spacing: 0;
	font-weight: normal;
}


td.verticalLineLeft 
{
	background-image:url(images/bg-line-left.gif);
	background-repeat: repeat-y
}

td.verticalLineRight 
{
	background-image:url(images/bg-line-right.gif);
	background-repeat: repeat-y
}


td.bgMain 
{
	background-image:url(images/bg-main.jpg);
	background-repeat: repeat-x
}

td.bgFace 
{
	background-image:url(images/bg-face.jpg);
	background-repeat: repeat-x
}


TABLE.skills
{
    BORDER-RIGHT: #1C1410 3px solid;
    BORDER-TOP: #1C1410 3px solid;
    BORDER-LEFT: #1C1410 3px solid;
    BORDER-BOTTOM: #1C1410 3px solid;
	background-color: #F0EFED
}


A.img
{
    BORDER-RIGHT: #CABEB5 1px solid;
    BORDER-TOP: #CABEB5 1px solid;
    BORDER-LEFT: #CABEB5 1px solid;
    BORDER-BOTTOM: #CABEB5 1px solid
}
A.img:hover
{
    BORDER-RIGHT: #0f5d9f 1px solid;
    BORDER-TOP: #0f5d9f 1px solid;
    BORDER-LEFT: #0f5d9f 1px solid;
    BORDER-BOTTOM: #0f5d9f 1px solid
}

.bgRepeatX
{
    background-repeat: repeat-x;
}


.bgRepeatNONE
{
    background-repeat: no-repeat;
}


body {
background-color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}

.textfield
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #BE4212;
	letter-spacing: 0;
	BORDER-RIGHT: #CECECE 1px solid;
    BORDER-TOP: #858585 1px solid;
    BORDER-LEFT: #858585 1px solid;
    BORDER-BOTTOM: #CECECE 1px solid;
	height: 15px;
}

.textarea
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #BE4212;
	letter-spacing: 0;
	BORDER-RIGHT: #CECECE 1px solid;
    BORDER-TOP: #858585 1px solid;
    BORDER-LEFT: #858585 1px solid;
    BORDER-BOTTOM: #CECECE 1px solid;
	height: 80px;
}


