@charset "utf-8";
@import "../themes/base.css";
/*
Interactive Web Page R&eacute;sum&eacute; Service - Home Page Style Sheet

by

Copyright &copy; 2005-2006 by James E. Pettis

September 10, 2006

*/

/* default text color */
body
	{
	color: #000099;
	}

h1, h2, h3, h4
	{
	color: #000099;
	}

/* default lowered border */
.BorderInset, div.TitleInnerBorder
	{
	border-style: solid;
	border-color: #000066 #0000CC #0000CC #000066;
	}

/* default raised border */
div.RuleH1, div.RuleH2, div.RuleH3, .BorderOutset,
	td.TitleOuterBorder, table.Subtitle
	{
	border-style: solid;
	border-color: #0000CC #000066 #000066 #0000CC;
	}

body
	{
	background-color: #FFFFFF;
	margin: 1em;

	font-family: 'times new roman', serif;
	}

td
	{
	text-align: left;
	}

ul
	{
	margin-top: 0;
	}

.BorderInset, .BorderOutset
	{
	border-width: 2px;
	}

.BorderInset
	{
	background-color: #000000;
	}

.BorderOutset
	{
	font-size: .1em;
	}

.InsetA
	{
	color: #999999;
	}

.InsetB
	{
	color: #FFFFFF;
	left: 1px;
	top: 1px;
	}

.L
	{
	text-align: left;
	}

.Normal
	{
	font-size: medium;
	font-weight: normal;
	font-variant: normal;
	}

.OutsetA
	{
	color: #000000;
	padding-top: 0;
	}

.OutsetB
	{
	color: #0000AA;
	left: -1px;
	top: -1px;
	}

a.ButtonLeft
	{
	left: 1em;
	text-align: left;
	}

a.ButtonRight
	{
	right: 1em;
	text-align: right;
	}

table.Framed
	{
	border-width: .3ex;
	background-color: yellow;
	color: red;
	font-size: 1.59em;
	font-weight: bold;
	border-style: solid;
	border-color: #FF9999 #990000 #990000 #FF9999;
	}

table.Framed td
	{
	border-style: solid;
	border-color: #990000 #FF9999 #FF9999 #990000;
	}

table.Framed td.TopLeft
	{
	border-width: .3ex 0 0 .3ex;
	padding: 1ex 0 1ex 1ex;
	}

table.Framed td.TopRight
	{
	border-width: .3ex .3ex 0 0;
	padding: 0 1ex 0 0;
	}

table.Framed td.BottomLeft
	{
	border-width: 0 0 .3ex .3ex;
	padding: 0ex 0 1.5ex 1ex;
	}

table.Framed td.BottomRight
	{
	border-width: 0 .3ex .3ex 0;
	padding: 0ex 1.2ex 1.5ex 0;
	}

table.Links
	{
	border-style: solid;
	border-width: .2ex;

	font-size: medium;
	font-weight: normal;
	}

table.Links td
	{
	padding: .5em .5em .5em .5em;
	}

td.contact
	{
	color: red;
	background-color: yellow;

	margin: 0;
	font-weight: bold;
	font-size: 1.59em;

	line-height: 140%;

	padding: .5em; 
	border-style: ridge;
	border-color: red;
	border-width: thick;
	}

table.Subtitle
	{
	border-width: .8ex;
	background-color: #000099;
	}

table.Subtitle td
	{
	padding: .8ex;
	}

td.TitleOuterBorder, div.TitleInnerBorder
	{
	border-width: .7ex;
	}

td.TitleOuterBorder
	{
	background-color: #000099;
	}

div.TitleInnerBorder
	{
	background-color: #FFFFFF;
	padding: 1ex;
	}
