

/* -------------------------------- */
/* CLASSES FOR INDEX PAGES */

h6 	{
	background-color: #003756;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	color: #FDC444;
	display: inline-block;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 0 -50px;
	padding: 5px 10px;
	}

.MyNoticeBox
	{
	background-color: #feedc6;
	border: 4px solid #003756;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 25px;
	padding: 10px 20px;
	}

.MyWarningHeaderInsideNoticeBox
	{	
	background-color: #FFC444;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	color: black;
	display: inline-block; 
	font-size: 1.0em;
	font-weight: 600;
	line-height: normal;
	margin: 10px 0 0 0; 
	padding: 5px 15px; 
	}	

.MyWarningParaInsideNoticeBox
	{	
	color: black;
	font-size: 0.8em;
	margin: 0 0 0 15px;
	}
	
.MyWarningButtonInsideNoticeBox
	{
	background-color: #c00;
	border: none;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	color: white;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 0.8em;
	margin: 0 0 0 50px;
	padding: 5px 15px;
	}

.MyWarningButtonInsideNoticeBox:hover
	{
	background-color: #900;
	}

.MyWarningButtonInsideNoticeBox:active
	{
	background-color: #f00;
	}

/* -------------------------------- */
/* CLASSES FOR MEMBERSHIP */

.MyHighlightLink
	{
	background-color: yellow;
	border: 2px solid yellow;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	color: #c00;
	font-weight: 600;
	padding: 5px 10px;
	text-decoration: none;
	}

.MyHighlightLink:hover
	{
	background-color: white;
	border: 2px solid #c00;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	color: #c00;
	font-weight: 600;
	text-decoration: none;
	}


/* -------------------------------- */
/* CLASSES FOR MEMBERSHIP */

.divMembership
	{
	background-color: #eee;
	border: 2px solid #003756;
	display: inline-block;
	line-height: normal;
	margin: 0 0 25px 0;
	padding: 10px 20px 0 20px;
	}

.divMembership h2
	{
	margin: 0;
	line-height: normal;
	padding: 0;
	}


/* -------------------------------- */
/* CLASSES FOR VIRTUAL WORKSHOP */

.aVW
	{
	color: #630166;
	font-weight: 600;
	text-decoration: none;
	}

.aVW:hover
	{
	color: #003756;
	text-decoration: underline;
	}

.aVW:active
	{
	color: #FEC545;
	text-decoration: underline;
	}

.aVW:visited
	{
	color: #630166;
	text-decoration: none;
	}

/* -------------------------------- */
/* CLASSES FOR VIRTUAL WORKSHOP */

.aVQ
	{
	color: #36594E;
	font-weight: 600;
	text-decoration: none;
	}

.aVQ:hover
	{
	color: #66ba86;
	text-decoration: underline;
	}

.aVQ:active
	{
	color: #fec445;
	text-decoration: underline;
	}

.aVQ:visited
	{
	color: #36594E;
	text-decoration: none;
	}

