/* CSS Document */


body
{
	margin:0px;
}

form
{
	margin:0px;
}

table
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight: normal;
	text-align:justify;
	color: #5B5B5B;
}

a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #454545;
	text-decoration:none;
}
a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #6A1358;
	text-decoration:underline;
}


/* Backgrounds */

.Bg{background:url(../images/bg.gif) no-repeat;}
.Header-bg{background:url(../images/top-bg.gif) repeat-x;}
.Body-bg{background:url(../images/body-bg.gif) repeat-x #FFFFFF;}
.Links-bg{background:url(../images/links-bg.gif) repeat-x;}
.Left-shadow{background:url(../images/left-shadow.gif) no-repeat;}
.Right-shadow{background:url(../images/rht-shadow.gif) no-repeat;}
.Box-bg{background:url(../images/box-bg.gif) no-repeat;}
.More-link{background:url(../images/more-link.gif) no-repeat;}
.Footer-bg{background:url(../images/footer-bg.gif) repeat-x;}
.Line{background:url(../images/line.gif) repeat-x;}



/* Text, Titles, Links */
.Body-text
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight: normal;
	text-align:justify;
	color: #5B5B5B;
}
.Body-text:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight: normal;
	text-align:justify;
	color: #999999;
}

.Title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #4F4F4F;
	text-decoration:none;
}
.Title1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color: #5B0A4A;
	text-decoration:none;
}

.Title2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #5B0A4A;
	text-decoration:none;
}

.White-Title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}

.Left-Links
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #454545;
	text-decoration:none;
}
.Left-Links:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #6A1358;
	text-decoration:underline;
}

.Right-Links
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #5B5B5B;
	text-decoration:none;
}
.Right-Links:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #A92C9D;
	text-decoration:underline;
}

.Links
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #60114F;
	text-decoration:underline;
}
.Links:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #5B5B5B;
	text-decoration:underline;
}

.porfolio-Links
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color: #ffffff;
}
.porfolio-Links:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #6A1358;
	text-decoration:none;
}


.Input 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	height:15px;
	width:130px;
	color:#666666;
	border:1px solid #E4E4E4;
	background:url(../images/footer-bg.gif) repeat-x;
}

.Textarea
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	height:70px;
	width:130px;
	color:#666666;
	border:1px solid #E4E4E4;
	background:url(../images/footer-bg.gif) repeat-x;
}

.Footer
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #B6B6B6;
	text-decoration:none;
}


