﻿@charset "utf-8";
/* CSS Document */

body
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 62.5%;
		}

div#content
		{
		font-size: 1.1em;
		line-height: 1.4em;
		}

h1
		{
		font-size: 1.55em;
		color: #376290;
		font-weight: normal;
		letter-spacing: 0.05em;
		line-height: 1.3em;
		margin-bottom: 15px;
		}

h2
		{
		font-size: 1.5em;
		color: #376290;
		font-weight: normal;
		letter-spacing: 0.05em;
		line-height: 1.3em;
		margin-bottom: 15px;
		}

p
		{
		margin-bottom: 15px;
		}

img
		{
		padding: 3px 2px;
		border: solid 1px #ebebeb;
		}
		
		div#content_left img
			{

			}
		
		img.noEffects
				{
				padding: 0;
				border: none;
				}


/* ALPHA SHADOWS + IMAGE COMMENT
---------------------------------------*/
div.alpha-shadow
		{
		clear: both;
		float:left;
		background: url(../wsimages/shadow.gif) no-repeat bottom right;
		margin-bottom: 5px;
		}

div.alpha-shadow div
		{
		background: url(../wsimages/shadow2.png) no-repeat left top !important;
		background: url(../wsimages/shadow2.gif) no-repeat left top;
		float: left;
		padding: 0px 5px 2px 0px;
		margin: 0;
		}

div.alpha-shadow img
		{
		background-color: #fff;
		padding: 3px 2px;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		margin: 0;
		}

p.imgComment
		{
		font-size: 0.8em;
		line-height: 1.1em;
		color: #333;
		padding: 0 5px;
		margin-bottom: 20px;
		display: block;
		}

.hide
		{
		display: none;
		}